Tool/software: Code Composer Studio
Hello.
I have been having a terrible time getting CCS(the most recent release) working with assembly programming on the Tiva Launchpad, I think I have narrowed down my errors to being caused by the following:
In the command file if I reference a named memory location to allow the linker to auto locate custom named sections, I get a data verification error when I go to debug. If I instead reference a specific address to locate the section at it works.
In addition if it does load I get a debug port error but the debugging process appears to work OK.
edit: I also tried disabling data verification in the project debug options, when I do the debugger loads and everything looks to be correct in the memory map.
I think something is broke with CCS debugger or my board is some how damaged(which I dont think it is, as when I debug a C program, everything works fine)
Here is the project: