I'm using MK64FN1M with fNET on MCUXpresso IDE and I get a hard fault exception running the boot demo application when I execute the command erase all.
I have not modified anything, so I'm not sure what could be wrong. Any suggestions would be appreciated.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
MCUx IDE is not supported by FNET examples.
It may be caused:
- your MCUx Bootloader footprint size more than it was reserved for it. So it erases himself.
- the Flash ram code is not placed in RAM.
- other MCUx reasons. You have to debug it.
Last edit: Andrej Butok 2020-12-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using MK64FN1M with fNET on MCUXpresso IDE and I get a hard fault exception running the boot demo application when I execute the command
erase all
.I have not modified anything, so I'm not sure what could be wrong. Any suggestions would be appreciated.
Thanks!
MCUx IDE is not supported by FNET examples.
It may be caused:
- your MCUx Bootloader footprint size more than it was reserved for it. So it erases himself.
- the Flash ram code is not placed in RAM.
- other MCUx reasons. You have to debug it.
Last edit: Andrej Butok 2020-12-17