Part Number: TMS320F28035
Other Parts Discussed in Thread: DRV8711, CONTROLSUITE, C2000WARE
Tool/software: Code Composer Studio
Hello,
I am driving DRV8711 using C2000. The code doesn't seem to fit in the RAM so I tried to switch to flash by including F28035.cmd file in the project. The motor seems to run as desired till I reset my Piccolo. Once I do that, CCS displays 'No source available for "0x3ff599"' on the console.
I tried to clean the code and then load again but that displays ‘No source available at 0x3ff8a1’.
I also checked F28035.gel file.
hotmenu EMU_BOOT_FLASH()
{
*0xD00 = 0x55AA; /* EMU_KEY = 0x 55AA */
*0xD01 = 0x000B; /* Boot to FLASH */
}
Kindly help me with a solution.
Thanks in advance,
Nikit Shah