User Activity

Part: STM32L4R5ZIT6I would like to use TIM2 to increment 3 other timers at different times:TIM2 is incrementing from an external clock and rolling over at a set period.1. TIM2 rollover would increment TIM52. TIM2 Compare 1 would increment TIM13. TIM2...
I can no longer use breakpoints. When I insert 1 I get the banner complaining about too many breakpoints. I've cleared debug configurations, breakpoints, restarted, but the problem persists. I even went to the debugger console and inserted a single b...
// Code to start the one shot timer void set_delta_alarm(Long t) { LL_LPTIM_Enable(LPTIM2); while (0 == LL_LPTIM_IsEnabled(LPTIM2)) ; LL_LPTIM_SetAutoReload(LPTIM2, t); // * TE_SECOND / ONE_SECOND); LL_LPTIM_ClearFLAG_ARRM(LPTIM2); LL_LPTIM_Star...
Kudos from