STM32CubeG4 icon indicating copy to clipboard operation
STM32CubeG4 copied to clipboard

EXTI_ToggleLedOnIT and EXTI_ToggleLedOnIT_Init are totally the same

Open VictorTagayun opened this issue 8 months ago • 2 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.

VictorTagayun avatar Dec 02 '23 06:12 VictorTagayun

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,

TOUNSTM avatar Dec 14 '23 13:12 TOUNSTM

ST Internal Reference: 169451

TOUNSTM avatar Dec 21 '23 14:12 TOUNSTM