STMicroelectronics/STM32CubeG4

EXTI_ToggleLedOnIT and EXTI_ToggleLedOnIT_Init are totally the same

VictorTagayun opened this issue · 3 comments

Documentation issues:

  1. EXTI_ToggleLedOnIT and EXTI_ToggleLedOnIT_Init are totally the same, both main.c and ioc files
  2. It mentions in the readme file that it is triggered at the falling edge but it should be rising edge as shown in its SCH.
    image
  3. The ioc files labels PC4 as USER_BUTTON, while it should be PC13
    image
  4. PC4 is not used and can be Reset_State, it is here that the external trigger is falling edge.

Hello @VictorTagayun,

We confirm the abnormal behavior you reported. It has been reported to our development teams for deeper analysis. We will get back to you as soon we have updates.

With regards,

ST Internal Reference: 169451

Fixed in 98f52ec