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?
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
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.
Hi,
I tested on my board, it works fine. Have you set the flash driver in Properties->MCU settings?
Regards,
Jing