Problem:
When I run a blink example with modm's nucleo-h753zi board support, the board crashes on startup.
When I flash the blink example for modm's nucleo-h743zi board, the board example runs fine.
Further debugging, I found that changing SysClk to 400_MHz here and the .pllN to 100 here fixes the issue.
This is puzzling, because the Board I have has the `V` marked chip (or so I think).
Problem:
When I run a blink example with modm's
nucleo-h753ziboard support, the board crashes on startup.When I flash the blink example for modm's
nucleo-h743ziboard, the board example runs fine.Further debugging, I found that changing
SysClkto400_MHzhere and the.pllNto100here fixes the issue.This is puzzling, because the Board I have has the `V` marked chip (or so I think).