2023-01-30 08:01 PM
Hi, can i know why i got this error? i click on fault editor but it say no address 0x00.
btw this is my hardfault error. i don't know how to solve it
2023-01-31 12:45 AM
The code jumped/branched to address 0x0 which caused the hard fault. Look at lr (link register) value. This is the address where it came from. 0x90006ff0 (ignore the trailing 1 bit). External flash? Look-up the code at that address or place a breakpoint there.
hth
KnarfB