'Nucleo-F401fb + stm32CubeMX + iar ewarm' can not run azure RTOS
"I successfully ran a simple Azure RTOS task using nucleo-f429zi, stm32cubemx, and iar ewarm 9.30. However, when I apply the same method to nucleo-f401re, it gets stuck in the tx_thread_sleep function. It seems that the OS Tick interrupt might not be occurring properly. Therefore, I have the following questions:
- Why is it possible to use Azure RTOS easily with stm32CubeMX on Nucleo-F429ZI, but not on Nucleo-F401RE?
- What could be the cause of this issue, and how can it be resolved?"
Thanks in advance.
