Enabling Flash Write Access Option.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Enabling Flash Write Access Option.

ソリューションへジャンプ
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 解決策
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 返信
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