Question
STL with HAL timebase source set to timer doesn't work after RAM test
I have a project configured with CubeMX that includes an RTOS. Because of RTOS, I use TIM2 as the HAL timebase. What I have observed is that STL_FullRamMarchC overwrites the htim2 structure and after interrupts are re-enabled, the HAL_TIM_IRQHandler tries to work with an invalid timer handle.
I'm wondering if there is a way to configure the STL to handle this, or do I need to customize some of the STL code for my use case.