Re: Delay generation
Vincent DEFERT <[email protected]> Wed, 23 Jul 2025 09:45:19 +0000
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
Looks fine. Thank you! On 23/07/2025 11:41, Stephan wrote: > Did you consider using kpause(9)? > > Am Mi., 23. Juli 2025 um 11:06 Uhr schrieb Vincent DEFERT > <[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.