Associate II
October 10, 2019
Solved
No Errors No Warnings but my LED is not blinking i have configured the correct GPIO pin also Still the LED is not blinking?
- October 10, 2019
- 3 replies
- 3876 views
Hello ,
The Micro Controller Iam Using is STM32h743ZI. an iam using ST link V2 programmer.
I have Configured My GPIO pins ,Clock and i have generated the code the code got generated without any errors once the code gets generated i have added the following code for LED Blink.
HAL_GPIO_TogglePin(GPIOG, GPIO_PIN_2);
HAL_Delay(500);
and i have debugged it iam not getting any errors it is getting debugged perfectly and it shows download and Verified Successfully but My LED is not blinking it is not getting Toggled.
i have Attached the code , pin Configuration , Clock Configuration , Setting .
kindly Give me a Solution so that it will be very helpfull.
Thank you,
Muthukumar Ganesan
