Why chaining TIM5 to TIM3 fail ?
I'm using a STM32L486RG and i try to chain TIM5 to TIM3 and it fail (TIM3->CNT doesn't increment). The other chaining combinations work correctly. Here is my test code:#include <assert.h> #include <stdbool.h> #include "stm32l4xx.h" #define TIM_MA...