stm32-data icon indicating copy to clipboard operation
stm32-data copied to clipboard

Incorrect timer versions on STM32H723

Open elagil opened this issue 1 year ago • 2 comments

This probably also applies to other chips of the H7 variant, but it seems like the H7's timers are using the v1 schema, when most of them should be using the v2 schema. I noticed when trying to use the trigger source ITR5 of TIM2, which is not present in v1.

I found the following mapping.

v1 timers: 6 7 12 13 14 15 16 17

v2 timers: 1 2 3 4 5 8 23 24

Shall I create a pull request?

elagil avatar Jul 23 '24 18:07 elagil

yes please!

Dirbaio avatar Jul 23 '24 20:07 Dirbaio

Ok! I will try to do all H7 series parts then.

elagil avatar Jul 24 '24 07:07 elagil