Hi,
i have a board running MK64FN01M similar to what FRDM_k64 has.
I do store settings on the flash on the last bytes I store a CRC.
For one sector on the board I get Bus faults when reading that section
the code calls a simple memcpy from 0xE5FF8 to RAM with length of 8 bytes.
This function in this code is called before with different memory sections.
only on those location the code crashes.
When I move this sector to other location, then it works.
Any ideas why that specific memory migth be problematic?
Thanks, Adib