Hi,
I have written a rtos application, it was compiled successfully, but when I try to download this into board ccs is giving following Error.
Cortex_M4_0: GEL Output:
Memory Map Initialization Complete
Cortex_M4_0: Error connecting to the target
Cortex_M4_0: GEL Output:
Target Reset
Cortex_M4_0: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x2000cbb4: Debug Port error occurred.
Cortex_M4_0: Breakpoint Manager: Retrying with a AET breakpoint
Cortex_M4_0: Breakpoint Manager: Error enabling this function: Address exceeds the allowed range
Cortex_M4_0: Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x20012d38: Debug Port error occurred.
Cortex_M4_0: Breakpoint Manager: Retrying with a AET breakpoint
Cortex_M4_0: Breakpoint Manager: Error enabling this function: Address exceeds the allowed range
Cortex_M4_0: Error: Debug Port error occurred.
Cortex_M4_0: Error: Debug Port error occurred.
Cortex_M4_0: Error: Debug Port error occurred.
Cortex_M4_0: Trouble Reading Register SP: Debug Port error occurred.
Cortex_M4_0: Error: Connection with the target was unexpectedly lost.
Can anyone help how to solve this, and I'm facing a strange issue like sometime debugger is giving exceeded memory range error for an application, which is downloaded sometimes without any Error message and working properly, How to solve these problems.
Thanks in advance.