Saving images to flash as bin file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Saving images to flash as bin file

541 Views
BTasdemir
Contributor I

I want gui guider to upload the images as .bin to the specific address of the flash. I write the address like the picture below. And then I upload the software to the board with the mcu xpresso button from the Target tab. But when the board works, the picture does not appear, it says "no data" on it. If I read the flash memory 0x30C00000 is empty.

1.jpg

2.jpg

The document in which I performed the same steps: https://docs.nxp.com/bundle/GUIGUIDERUG_V1-6-0/page/topics/external_image_in_qspi_flash.html

 

 

0 Kudos
Reply
2 Replies

525 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @BTasdemir,

Section "3.2 Arm Platform Memory Map" from the RT1060 Reference Manual, address 3000_0000 to 3FFF_FFFF is reserved. The GUI Guider User Guide that you are referring to uses address 6060_0000, which is the FlexSPI memory region (for external flash). Are you using an RT1060 as well? If not, make sure you refer to your MCU's memory map to ensure that you are using the proper are for external memory.

BR,
Edwin.

0 Kudos
Reply

520 Views
BTasdemir
Contributor I

Hi Edwin, Im using RT1170

0 Kudos
Reply