Tool/software: Code Composer Studio
hi,
Processor: - evmk2g
SDK:- pdk_k2g_1_10_14
CCS: - v.9
I am trying to flash QSPI flash memory using J-tag I am loading the MLO and app from SD card and flashing it into the QSPI flash memory.
MLO - 0x0, 0x40000 OFFSET address.
app - 0x80000 OFFSET address.
I can able to flash the MLO of size 129KB in both the offset and app file size of below 16MB and it is working fine.
when I tried to flash app file size of above 16MB it is erasing MLO sector data and it is not working, from the device datasheet I have understood that by default the device will support only 3byte addressing (16MB)
to enable more than that I need to enable BAR bank address register BAR1[7] = 1.
can anyone tell how to configure this in my Evmk2g
it is blocker for my project to proceed so please respond me ASAP
thanks,
Selvamuthukumaran. G