Other Parts Discussed in Thread: AWR2944
Hello there,
I am trying to connect to the XDS debugger to automate it without the CCS, I write a script where I can connect and launch the target config file which I have managed to do so.
The problem occurred when I try to load a binary file with a unique address 0x88000000, when the script runs it shows an error "Verification failed: Attempted to write past the end of memory at 0xFFFFFFFF88000000" and
adds 0xFFFFFFFF before the address.
PS. when I manually launch the debugger with the CCS, the binary is loaded in the address of 0x88000000 successfully.
What can be the problem here? please if there is any kind of help or guide it will be appreciated.
Also when I try to load the app image to the core of the sensor, this error showed "ASSERT: 0.0s: FreeRTOS-Kernel/tasks.c:vTaskSwitchContext:3063: (uint32_t)(uxTopPriority) failed !!!"
PS. The same sequence inside of code is used inside the CCS to launch the debugger
Thank you