Fail when trying to download a .bin file into flash memory

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

Fail when trying to download a .bin file into flash memory

926 Views
MarcBR
NXP Employee
NXP Employee

Hi,

I am working on a project that requires a certain setup configuration. The only thing left to do is to download a binary file into a specific address. For this I have been using the GUI flash tool from MCUXpresso 10.3.1, in where I specify the location of such file plus the address in where it needs to be downloaded. Once I try to run it I get the next error: 

Loading 'sln_intelligence_toolbox.bin' Binary 0x60C00000 len 0x73710
File 'sln_intelligence_toolbox.bin' load failure: Ef(11). No flash configured.
(100) Target Connection Failed
Unable to perform operation!
Command failed with exit code 1

I am using LPC-Link 2 as the debug module, therefore LinkServer probe.

Any help will be deeply appreciated.

Marc Bult

0 Kudos
3 Replies

921 Views
converse
Senior Contributor V

Not sure how you expect anybody to help you...

Which chip are you using?

Internal or External flash?

What is the memory configuration of the project?

etc.

0 Kudos

916 Views
MarcBR
NXP Employee
NXP Employee

Wasn't sure what info I had to provide...

Chip: MIMXRT1062xxxxA

Package: MIMXRT1062DVL6A

This is from the user guide:

''The RT106C processor is a flashless MCU with 1MB of RAM and an ARM Cortex M7 core and
external interfaces for SDRAM and Hyper Flash memory. The default CML firmware reserves the
internal RAM for data and variable storage, and code is stored in the external hyperflash memory and
takes advantage of the RT’s execution in place (XIP) interface.''

 

0 Kudos

907 Views
converse
Senior Contributor V

That’s pretty basic information….

anyway, you need to configure an external flash driver for this part. Read the chapter in the MCUXpreaso user guide entitled “Linkserver Flash Support”. This explains what you need to do.

0 Kudos