2013-08-20 07:57 AM
Hello,
I am working for 6 months with the Timer 2 of a STM32L15x.I use the channel 2 to capture the timer value; The pin used is PB3.My application is working fine.Now, for an hardware problematic, I need to use the channel 3. So I mapped channel 3 and PB10. Now the application is working, but some values are not accurate.I understand that my problem is not very understanding;But I would like to know if you have already work with the timer 2 and channel 2 and 3, and if the expected results are ok?thank you very much. #timer2-channel-accuracy2013-08-20 08:11 AM
I think you are narrowing your potential audience to the point you'll get no answer.
I wouldn't expect PB3 (TIM2_CH2 - JTDO/SWO) vs PB10 (TIM2_CH3) if configured correctly to be materially different in function. Certain modes of operation, like encoder, would not be available, based on internal signal routing and configuration. You'd want to review your board schematic to determine if anything electrically different is causing a problem.2013-08-21 02:47 AM
2013-08-21 05:04 AM
Doesn't PE11 conflict with the FSMC external bus connecting to the RAM/NAND/LCD? You'd want to double check the pin configuration, and usage.
Perhaps you want to try something like an STM32L-Discovery board with less pin conflicts.