2021-01-30 09:13 AM
A bit confused by STM32L496 DISCOVERY board.
Documentation says Arduino compatible connector maps timer functions like following printscreen.
But in CubeMX, the pins are very different, as can be seen on the following printscreens.
E.g. Discovery board doc says PI6 belongs to TIM5_CH1.
In reality, according to CubeMX as well as CPU datasheet it belongs to TIM8_CH2.
Can anyone help to clarify?
Solved! Go to Solution.
2021-01-30 02:23 PM
I'd say it's some copy/paste error. Schematics correctly says TIM8_CH2 for the Arduino D6.
Just ignore that table, go by the schematics/datasheet.
@Imen DAHMEN , can this please be chalked up for correction? Thanks.
JW
2021-01-30 02:23 PM
I'd say it's some copy/paste error. Schematics correctly says TIM8_CH2 for the Arduino D6.
Just ignore that table, go by the schematics/datasheet.
@Imen DAHMEN , can this please be chalked up for correction? Thanks.
JW
2021-01-30 11:41 PM
Yup...thanks for the swift hint...schematics and CPU reference is always right.
2021-02-03 12:16 AM
Hello @Ondřej Spilka and @Community member ,
Thank you for bringing this typo to my attention.
I have passed your feedback along to our documentation team for fix.
Thanks
Imen
2021-02-03 01:14 AM
Thanks, Imen.
Jan