mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
Removed warning for us timers
This commit is contained in:
parent
4b0e8bd4ab
commit
0e5addfe9d
@ -89,7 +89,6 @@ Steps to enable delayUs:
|
|||||||
* Include sta/devices/stm32/delay.hpp in the file where the delayUs function is called
|
* Include sta/devices/stm32/delay.hpp in the file where the delayUs function is called
|
||||||
* Enable a timer TIM in .ioc file with the settings: Slave Mode=Disable, Trigger Mode=Disable, Clock Source=Internal Clock, all other channels =Disable)
|
* Enable a timer TIM in .ioc file with the settings: Slave Mode=Disable, Trigger Mode=Disable, Clock Source=Internal Clock, all other channels =Disable)
|
||||||
* Define STA_STM32_DELAY_US_TIM in App/Inc/sta/config.hpp as the timer handle (can be found in Core/Inc/tim.h). For TIM1, this would be htim1
|
* Define STA_STM32_DELAY_US_TIM in App/Inc/sta/config.hpp as the timer handle (can be found in Core/Inc/tim.h). For TIM1, this would be htim1
|
||||||
* Do not use this timer for delays of over 1000 us; we have delayMs for that
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user