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?
