2025-04-22 9:05 AM - last edited on 2025-04-22 9:20 AM by mƎALLEm
I have a Nucleo-H723ZG board. The GPIO lock bits are set at reset so I cannot set up the ports. See Attached screenshot. I can run code just fine and the original demo code did toggle the LEDs.
Am I missing something here?
Solved! Go to Solution.
2025-04-22 3:03 PM
OK the clock was the problem, thank you!
2025-04-22 3:04 PM
++++ Problem Solved ++++
Thank You
2025-04-27 10:02 PM
@TDK,
The exact effect of GPIO clock is not very clear from the documentation. I've seen hinted somewhere (in relationship to power consumption reduction), that you need it only to access the registers (which implies also that you need it to be able to read pins set as Input and change state of those set as Output), but once those are set e.g. to AF, you can switch the GPIO clock off - the muxes are set and the peripherals to which signals are connected use their own clock to sample or drive the signals.
JW