Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hi,
Today I was playing around a bit with setting up my program on the CLA and tried to have the CPU write the program code from FLASH BANK0 to RAM at runtime. I was making some changes to ensure the code was being copied over when I noticed at some point during my changes, I was no longer able to connect to the device (GEL onConnect() and onReset() would hold forever) after a specific change that I made when I did the following.
(const void *)&_Cla1ProgLoadStart,
(size_t)&_Cla1ProgLoadSize)