I am using CCS v6.0.1.00040 to interface with my EK-TM4C123GXL launchpad.
I am developing a program and when I try to debug/download the program it does not work.
Here are my steps:
1. Build program to verify no errors
2. Upon successful build, click "Debug"
3. Observe CCS switch to "CCS Debug" mode
4. Dialogue box briefly opens (< 1 second) then disappears, no progress is shown across the green progress bar
5. Console outputs:
CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
6. Now stuck in this state, never entered debug mode. Clicking pause (run is unavailable) yields this message in the console:
CORTEX_M4_0: Error: Debug Port error occurred.
Additionally, this message appears:
No source available for "SysCtlDelay() at C:/Users\Austin Riffle\Google Drive\CCS Workspace\Senior Design\Debug\Senior Design.out:{3} 0x21009800{4}"
7. Viewing the disassembly, where I would normally see an instruction, I see:
???? Memory Map Prevented Reading 0xXXXX, where XXXX is an address
I've attempted to follow this thread but it was not very helpful.
I have successfully debugged on this project previously, so I'm not sure what happened. I have added some C++ code and switched language to Embedded C++, and everything seems to be compiling fine.
Also, I've attached a zip of my project in case that helps with debugging.
Thanks for your time.Senior Design.zip