You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use timer driver based on this page timer. But when I toggled the option TIMER ARCH IMPLEMENTATION, my nsh just stucked. Any more detailed do I need to know to get this through? Any helps will be appreciated!
Verification
I have verified before submitting the report.
The text was updated successfully, but these errors were encountered:
there is no support for CONFIG_TIMER_ARCH in stm32h7 and there is no support for CONFIG_TIMER in any of upstream stm32h7 boards. You can see on stm32f4discovery how this can be done on board side:
FYI: timer drivers in stm32 don't implement getstatus() operation required by TCIOC_GETSTATUS used in examples/timer, so this example won't work properly with stm32 chips.
Description
I tried to use timer driver based on this page timer. But when I toggled the option TIMER ARCH IMPLEMENTATION, my nsh just stucked. Any more detailed do I need to know to get this through? Any helps will be appreciated!
Verification
The text was updated successfully, but these errors were encountered: