Other Parts Discussed in Thread: UNIFLASH, MMWAVE-SDK
HI Team,
I am working on AWR1642ES1.o device.For my requirement i want to flash the .bin file into the flash memory so that recently flashed image should boot up after the reset.
When I flash the .bin file using Uniflash tool i can see in the serial console that the image is booting up.But if i flash the same image using QSPIFLASH my image is not booting up.
QSPIFLASH means using CCS debugger i am loading application where my application uses QSPIFlash_singlewrite() api to write into flash memory at memory location 0xc0000000+0x80000(metaimage-2).
My concern is what exactly Uniflash is doing while flashing it to the flash memory?
I want to know how UNiflash tool is interpreting the .bin file?
Please assist me in these.
TIA.