Hi all,
I use MCUXpresso IDE for developing an application to run on iMX RT evaluation board. In the application, I need to write data to the flash. For this, we have to enable write option in the linker script. Is there any way to toggle this option (enable write access) in MCUXpresso IDE without directly meddling with the linker script....?
Solved! Go to Solution.
Sorry but making modifications to the linker script will provide no ability to write to flash memory.
You need code in your application to write to the external flash. A good starting place would be to take a look at the FlexSPI examples provided as part of the iMX RT1050 SDK.
Regards,
MCUXpresso IDE Support
Sorry but making modifications to the linker script will provide no ability to write to flash memory.
You need code in your application to write to the external flash. A good starting place would be to take a look at the FlexSPI examples provided as part of the iMX RT1050 SDK.
Regards,
MCUXpresso IDE Support