Delay generation
Vincent DEFERT <[email protected]> Wed, 23 Jul 2025 09:06:32 +0000
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
What's the proper way to generate a short delay (1-100 microseconds) in a driver, in order to implement a peripheral initialisation procedure. On a microcontroller, I would use the systick timer for this.