2025-06-13 7:07 AM
Hello,
I am using the H753zi board and cannot figure out why my blue led won't turn on. The green and red do work. Any ideas would be greatly appreciated.
Solved! Go to Solution.
2025-06-13 10:45 AM
Okay so I got them all to turn on. Instead of BSP, I used HAL, for example:
HAL_GPIO_TogglePin(LED1_GPIO_PORT, LED1_PIN); // Green LED
2025-06-13 3:10 PM
Ok, but which GPIO Bank(s) and Pin(s) ??
Please show whole working code so we might learn what was happening.
2025-06-14 1:29 AM
@pb33 and you still haven't confirmed what board you actually have.