MCUXpresso Flash Programmer - program binary w/ offset

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

MCUXpresso Flash Programmer - program binary w/ offset

1,267 Views
variable_andrew
Senior Contributor I

I'm trying to program custom data to flash on the RT1050.

If I program this custom data to the default start address (0x6000_0000), then it works fine - but I need to put the data at 0x6200_0000.

FYI - Max address on this FLASH (W25Q512JV) is 0x6400_0000 - and I can program using the c-code flash drivers, just not MCUXpresso to higher address ranges.

When trying to do this - every time the MCUXpresso flash programmer outputs the following in the console:

mcuxpresso File 'test.bin' load failure: Ef(11). "No flash configured"

How might I program this custom data to the aforementioned offset?

Screen Shot 2020-05-14 at 5.44.55 PM.png

Labels (1)
0 Kudos
3 Replies

1,153 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi,

Which MCUXpresso IDE version do you use?

We often use NXP-MCUBootUtility to download bin file. You can download it from GitHub - JayHeng/NXP-MCUBootUtility: A one-stop boot utility tool based on Python2.7+wxPython4.0, it... 

To use this tool, the board should in serial download mode.

Regards,

Jing

0 Kudos

1,153 Views
variable_andrew
Senior Contributor I

Hello jingpan‌,

I'm using MCUXpresso IDE v11.1.1 [Build 3241]

I have used Jay Heng's MCUBootUtility on the NXP RT EVKs just fine, but we can't use Jay Heng's boot utility on our board we don't have USB/UART connected as needed for BootUtility.

As such, was hoping to use MCUXpresso to download this specifric bin data.

0 Kudos

1,153 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi,

I tested on my board, it works fine. Have you set the flash driver in Properties->MCU settings?

pastedImage_1.png

Regards,

Jing

0 Kudos