This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am using usB jtag emulator in TMS320DM6437 EVM board .
After debuging active project iam getting this error.
C64XP_0: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x6580: Error 0x0000000A/-1176 Error during: Memory, Break Point, 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.
C64XP_0: Trouble Setting Breakpoint with the Action "Process CIO" at 0x6578: Error 0x0000000A/-1176 Error during: Memory, Break Point, 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.
C64XP_0: Trouble Setting Breakpoint with the Action "Terminate Program Execu
i wrote a simplecode for averageing no's. no break point .
what is the solution for these error.
These are the same errors as what you previously posted at
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/102608.aspx
As suggested there, are you using a appropriate linker command file for the DM6437 device when building your project? You could run into such issues if you do not have a linker command file specified thereby allowing the linker to perform default allocation.
If you're using the Spectrum Digital EVM, they provide some test projects which include a linker command file (download the Target Content zip file). You could use this linker command file as a starting point.