I am trying to get a simple STM32 timer example project to run under Embedded Studio.
The example (TIM_TimeBase), builds and runs fine with the Keil toolchain.
The project also imports, builds and runs within Embedded Studio also but the timer callback is never hit.
It appears that the timer enable is stuck in HAL_TIM_Base_Start_IT().
Any ideas as to the cause of this?
Note: I am using a Nucleo-64 STM32F091 dev board as hardware.
Thanks
-Joe
The example (TIM_TimeBase), builds and runs fine with the Keil toolchain.
The project also imports, builds and runs within Embedded Studio also but the timer callback is never hit.
It appears that the timer enable is stuck in HAL_TIM_Base_Start_IT().
Any ideas as to the cause of this?
Note: I am using a Nucleo-64 STM32F091 dev board as hardware.
Thanks
-Joe