H723ZG support - running into issues #1852
-
Greetings. I have been following the instructions for adding support for a new variant, trying to add support for the STM32H723ZG. My progress so far can be found in my fork. So far I have added the linker, set the clock configuration and added the generic configuration to However, I can't make a basic LED blink! I've tried it with all three user LEDs (green: PB0, yellow: PE1, red: PB14). Similarly, I've tried using the Serial port, and similarly failed. I'm not sure how to continue debugging this, so I would appreciate any help on how to continue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Sorry for the delay. So NUM_DIGITAL_PINS is not correct anyway it could not explain the issue. /cc @gautierg-st |
Beta Was this translation helpful? Give feedback.
Hi @yetanothercarbot
Sorry for the delay.
Hard to tell. I've a quick look to your commit. Seems you copy the variant_NUCLEO_H723ZG from the H743?
https://github.com/yetanothercarbot/Arduino_Core_STM32/commit/80976be2c9aacaa50537fcc6b62903fb3e7dbbb5#diff-c0d2c146a5f0e0e8234505531b0d5052efb25f58b5baf6fb9e07fb5ea2b7ef8aR198-R202
So NUM_DIGITAL_PINS is not correct anyway it could not explain the issue.
Maybe the board break in the clock config due to the
while(!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}
or in one of theError_Handler()
./cc @gautierg-st