Eason,
Sorry for the delay in your reply. Unfortunately I am not very familiar with this coprocessor, but does this happen just after you load the code to the coprocessor or when you run after loading?
If the first case, the CCS debugger by default tries to run and stop at main() after loading the code (and it needs to set a breakpoint at this address). In this case for some reason it is unable to set it at this address and is retrying a few times. The second error message regarding the address range is a consequence of trying to set the breakpoint - since it says the address is out of range, I imagine that either the coprocessor is misconfigured (thus the memory is not accessible) or the .xem3 executable file has an error when it was compiled/linked. The third message is more or less a summary to what happened and it shows the address where the problem happened.
If the second case, your code may be halting the coprocessor or causing the entire device to crash or reset.
All that said, it is possible the coprocessor is not meant to be run as a standalone core, requiring that peripherals are such as EMIF and others are set by the main ARM core. But, as I mentioned before, this is something out of my realm of knowledge.
Hope this helps,
Rafael