Hi,
I tried to replicate Application Note 268 with STM32F769 Discovery kit. In this board, systemCoreClock is 216MHz. and HSE_Value = 25MHz.
In page 7, step 2: Add CMSIS-RTOS, the timer2 doesn't trigger even through I follow exactly the same.
Please advise me what could be the problem.
Thanks.
Regards, Thiha Kyaw
The program doesn't go into Timer2_Callback() function. Probably the timer settings is not correct. Please advise how to solve the problem.
Can you post your complete code example. How did you setup the timer and did you verify the return value of os_timer_create?
The timer callback requires that you initialize and setup the timer thread. Is this thread running? See http://www.keil.com/pack/doc/CMSIS/RTOS/html/configure.html