Other Parts Discussed in Thread: UNIFLASH, C2000WARE
Tool/software: Code Composer Studio
Hi guys,
I have a product using a F280041 now that we got some (first prototype was using a F280049 as a starter to be able to evaluate the new 28004x devices).
Using CCS 7.4 I can download and run my program successfully.
Using Uniflash (4.4.0 with --mode flash -e -f -v) I always get an error during verify-process with a msg like "memory map prevents reading @ 0x88000".
Having looked inside the gel-file used I think the memory specified there is not corresponding to the "real" mem-map (specified in the datasheet).
The gel-file assumes 2 Flash-Banks (0x00080000 size of 0x8000 + 0x00090000 size of 0x8000) where the device has 1 bank (0x00080000 size of 0x10000).
The gel-file used with ccs seems to be the same.
I adapted the gel-file so that programming via uniflash succeeds now without any error. But I get an ECC-error for the application code now running it after flashing. I'm wondering if this is because of my gel-file being not completely correct.
Would you kindly check for the correctness of the gel-file f280041.gel in matter of memor-map, especially for the flash-mem.
Thanks in advance,
Marco