Tool/software: Code Composer Studio
Hello,
I am using a TI XDS200 USB Debug Probe to download code and debug two TM4C1294NCPDT microcontrollers. Loading the program into the MCUs seem to be working fine but I keep getting an error (see below). I have also tried to unchecked one of the CORTEX_M4 under the main tab in debug configurations so that it debugs only one of the MCUs, for simplicity reasons, but I get the error anyway. Your help is greatly appreciated.
This is what the console says:
CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
CORTEX_M4_1: GEL Output:
Memory Map Initialization Complet
CORTEX_M4_1: Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0xa6ec: (Error -1066 @ 0xA6EC) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 8.4.0.00006)
And when I type in eval("DEBUG_DumpBreakpoints()") in Scripting Console, this is what I get:
CORTEX_M4_1: Breakpoint Manager Dump: Total Allocated Logical Breakpoints: 14
CORTEX_M4_1: Breakpoint Manager Dump: Total Allocated Software Physical Breakpoints: 16
CORTEX_M4_1: Breakpoint Manager Dump: Total Allocated Legacy Hardware Physical Breakpoints: 0
CORTEX_M4_1: Breakpoint Manager Dump: Total Allocated 55 Hardware Physical Breakpoints: 0
CORTEX_M4_1: Breakpoint Manager Dump: Total Allocated Thread Physical Breakpoints: 0
CORTEX_M4_1: Breakpoint Manager Dump:
CORTEX_M4_1: Breakpoint Manager Dump: Enabled: 0
CORTEX_M4_1: Breakpoint Manager Dump:
CORTEX_M4_1: Breakpoint Manager Dump: Disabled: 5
CORTEX_M4_1: Breakpoint Manager Dump:
CORTEX_M4_1: Breakpoint Manager Dump: Hardware Configuration
CORTEX_M4_1: Breakpoint Manager Dump: Location: "C$$EXIT" (0xa6ec)
CORTEX_M4_1: Breakpoint Manager Dump: Debugger Response
CORTEX_M4_1: Breakpoint Manager Dump: Condition:
CORTEX_M4_1: Breakpoint Manager Dump: Skip Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Current Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Action: Terminate Program Execution
CORTEX_M4_1: Breakpoint Manager Dump: Miscellaneous
CORTEX_M4_1: Breakpoint Manager Dump: Group: Default Group
CORTEX_M4_1: Breakpoint Manager Dump: Name:
CORTEX_M4_1: Breakpoint Manager Dump: Breakpoint set by the system
CORTEX_M4_1: Breakpoint Manager Dump:
CORTEX_M4_1: Breakpoint Manager Dump: Hardware Configuration
CORTEX_M4_1: Breakpoint Manager Dump: Location: "C$$IOE$$"
CORTEX_M4_1: Breakpoint Manager Dump: Debugger Response
CORTEX_M4_1: Breakpoint Manager Dump: Condition:
CORTEX_M4_1: Breakpoint Manager Dump: Skip Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Current Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Action: Process CIO
CORTEX_M4_1: Breakpoint Manager Dump: Miscellaneous
CORTEX_M4_1: Breakpoint Manager Dump: Group: Default Group
CORTEX_M4_1: Breakpoint Manager Dump: Name:
CORTEX_M4_1: Breakpoint Manager Dump: Breakpoint set by the system
CORTEX_M4_1: Breakpoint Manager Dump:
CORTEX_M4_1: Breakpoint Manager Dump: Hardware Configuration
CORTEX_M4_1: Breakpoint Manager Dump: Location: "SVC_Handler"
CORTEX_M4_1: Breakpoint Manager Dump: Debugger Response
CORTEX_M4_1: Breakpoint Manager Dump: Condition:
CORTEX_M4_1: Breakpoint Manager Dump: Skip Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Current Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Action: Semi hosting
CORTEX_M4_1: Breakpoint Manager Dump: Miscellaneous
CORTEX_M4_1: Breakpoint Manager Dump: Group: Default Group
CORTEX_M4_1: Breakpoint Manager Dump: Name:
CORTEX_M4_1: Breakpoint Manager Dump: Breakpoint set by the system
CORTEX_M4_1: Breakpoint Manager Dump:
CORTEX_M4_1: Breakpoint Manager Dump: Hardware Configuration
CORTEX_M4_1: Breakpoint Manager Dump: Location: "C$$EXITE"
CORTEX_M4_1: Breakpoint Manager Dump: Debugger Response
CORTEX_M4_1: Breakpoint Manager Dump: Condition:
CORTEX_M4_1: Breakpoint Manager Dump: Skip Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Current Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Action: Terminate Program Execution
CORTEX_M4_1: Breakpoint Manager Dump: Miscellaneous
CORTEX_M4_1: Breakpoint Manager Dump: Group: Default Group
CORTEX_M4_1: Breakpoint Manager Dump: Name:
CORTEX_M4_1: Breakpoint Manager Dump: Breakpoint set by the system
CORTEX_M4_1: Breakpoint Manager Dump:
CORTEX_M4_1: Breakpoint Manager Dump: Hardware Configuration
CORTEX_M4_1: Breakpoint Manager Dump: Location: "C$$IO$$"
CORTEX_M4_1: Breakpoint Manager Dump: Debugger Response
CORTEX_M4_1: Breakpoint Manager Dump: Condition:
CORTEX_M4_1: Breakpoint Manager Dump: Skip Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Current Count: 0
CORTEX_M4_1: Breakpoint Manager Dump: Action: Process CIO
CORTEX_M4_1: Breakpoint Manager Dump: Miscellaneous
CORTEX_M4_1: Breakpoint Manager Dump: Group: Default Group
CORTEX_M4_1: Breakpoint Manager Dump: Name:
CORTEX_M4_1: Breakpoint Manager Dump: Breakpoint set by the system
Best,
Alan