Hello Everyone,
I'm attempting to utilize the Flash IS25WP128-JBLE memory on the EVK RT1160 for booting the main code and also to store some config data.
I've tried to use the SDK Example evkmimxrt1160_littlefs_shell_cm7, but it seems this example uses RAM memory for code execution and Flash memory for data storage, which is not my case.
I aim to utilize the same flash memory for both booting the code and storing the config data. I've already partitioned the Flash memory with a 4KB allocation for storage, but I'm encountering difficulties in writing to it. I'm trying to use the mFlash driver, but the Flexspi initialization inside this driver returns Hard Fault.
How can I do this?