Skip to main content
OSpil.1
Associate II
January 30, 2021
Solved

Bug in documentation of timer outputs in STM32L496G Disco board?

  • January 30, 2021
  • 2 replies
  • 2205 views

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?

 0693W000007DJNSQA4.png0693W000007DJNNQA4.png 

This topic has been closed for replies.
Best answer by waclawek.jan

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

2 replies

waclawek.jan
waclawek.janBest answer
Super User
January 30, 2021

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

OSpil.1
OSpil.1Author
Associate II
January 31, 2021

Yup...thanks for the swift hint...schematics and CPU reference is always right.

waclawek.jan
Super User
February 3, 2021

Thanks, Imen.

Jan