Problems in implementing HAL_TIM_PeriodElapsedCallback() function
Problem is actual in STM32CubeMX (Version 4.13.0 SMT32Cube V1.0) with toolchain IAR EW ARM. When trying to generate code with FreeRTOS with timebase source tuned to TIM3 (or other timer) resulting project has ''HAL_TIM_PeriodElapsedCallback()'' function embedded in ''stm32l1xx_hal_timebase_TIM.c'' module. This module and fuction in it does not contains user code sections, and user can not implement handling of their own interrupts for other timers. Is there any workaround for this problem?
#!timebase #!stm32 #!cubemx