User Activity

I'm using MCSDK_v5.4.3 but I don't know how can I convert additional ADC channel.Below is ADC initialization code. added channel 9 and 10.But I can't convert channel 9 and 10. How can I convert ch.9 & 10. Some sample code will very helpful to me.Tha...
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 = ...