Hello C6000 Denizens,
I am using a EVMC6678L development board for a project, and I've been having some problems with the emulator. After several days of troubleshooting my emulator's connection, I've been able to connect to my dev board. While I was able to load, run and debug a simple Helloworld application before (the standard Hello project included with CCS). I can still connect to the emulator and, ostensibly, the DSP, but I'm now having problems loading the application into the board's memory. Here's the error message I receive in the console when I try to load the executable:
C66xx_0: Trouble Writing Memory Block at 0x8000 on Page 0 of Length 0x5ea0: The DTDMA memory request is not serviced by the HW memory system. This could be caused by the memory address specified does not exist in the specified memory/cache level. (Error -1190) @ 32768 (0x8000)
C66xx_0: GEL: File: C:\Brant\workspace\Hello\Debug\Hello.out: Load failed.
It looks as if the emulator is unable to load the application at that address. I've tried using the memory browser to manually program a few bytes with effectively the same result:
C66xx_0: Trouble Writing Memory Block at 0x8000 on Page 0 of Length 0x1: The IM memory request is not serviced by the HW memory system. This could be caused by the memory address specified does not exist in the specified memory/cache level. (Error -1176) @ 32768 (0x8000)
I'm fairly sure that 0x8000 exists on the system, and this is where I should be loading my application. Any ideas?
Thanks,
-Brant