Hello,I'm using STM32F302R8T6. I generated the code by CubeMX and using IAR compiler.At first, TIM1,2 is working well. But TIM15,16,17 is not working.So, I tried to access direct the register as next code.while (1){ TIM1->CR1 = 0xffff; TIM2->CR1 = ...