2018-05-30 07:59 AM
Hello friends ,I am new with FreeRtos and I am trying to manage a software timer but I couldnt start it.Do you have any simple example How to do it
2018-05-30 08:18 AM
Here is a nice tutorial by Erich Styger:
https://mcuoneclipse.com/2018/05/27/tutorial-understanding-and-using-freertos-software-timers/
2018-05-30 10:28 AM
I see ,it is perfect article but I am using CubeMX so lots of thing was already done for me ,but again it didnt start.This is why I need a simple example
2018-05-30 10:44 AM
void start_Timer15(void) {
HAL_TIMEx_OCN_Start(&htim15, TIM_CHANNEL_1); HAL_TIM_Base_Start(&htim15);}