Observed on the Nucleo-H753ZI during SWO bring-up (issue-41 work): a cold POR (power-cycle / unplug the USB) consistently hard-faults in on_startup(), before cortex::system::configure() runs.
Symptoms
- CFSR: IMPREISERR (imprecise bus error) on the PRECISERR bit.
- HFSR: 0xC0000000 (FORCED + VECTBL).
- Faulting frame in
on_startup() at boot, prior to configuration; reloading via the debugger (reset + run) does not reproduce.
- Software reset (SYSRESETREQ) does not reproduce; only a cold POR does.
Notes
Reproduction
- Power the Nucleo-H753ZI fully off, then on.
- Attach the debugger (J-Link) and inspect CFSR/HFSR.
- Fault is present before main/configure runs.
Observed on the Nucleo-H753ZI during SWO bring-up (issue-41 work): a cold POR (power-cycle / unplug the USB) consistently hard-faults in
on_startup(), beforecortex::system::configure()runs.Symptoms
on_startup()at boot, prior to configuration; reloading via the debugger (reset + run) does not reproduce.Notes
Reproduction