Enabling Flash Write Access Option.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Enabling Flash Write Access Option.

跳至解决方案
1,864 次查看
2winkle
Contributor III

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....?

0 项奖励
回复
1 解答
1,689 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

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

在原帖中查看解决方案

1 回复
1,690 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

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