Other Parts Discussed in Thread: OMAPL138
Hi
I am have a problem of connecting to omapl138 arm part. This is what I did and what happened
1, I set up everything, power the EVM on, turn the boot mode to be 1111 (emulator boot), build the project without errors and warnings
2, I click debug button to debug my project. But there came a error message:
C674X_0: Error connecting to the target: (Error -1180 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 5.0.569.0)
3, As suggested in the document in the delivery package, I reset the board and clicked retry button. Then CCS can connect to omapl138 DSP core correctly. I can view memory and registers of DSP core. However, ARM core is not connected. It looks below
4, I tried scripts->wake ARM. But there were an error again about the reset stuff:
C674X_0: Output: ARM Wake Complete.
C674X_0: Output: ---------------------------------------------
C674X_0: Trouble Reading Memory Block at 0x80006780 on Page 0 of Length 0x83: (Error -1137 @ 0x7B) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 5.0.569.0)
C674X_0: Trouble Reading Memory Block at 0x80006780 on Page 0 of Length 0xb5: (Error -1137 @ 0x7B) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 5.0.569.0)
Now, because it's in the middle of DSP debug, I cannot reset the board to connect to ARM otherwise I will loose the data in DSP core. Even I reset the board again, this error messages keep showing up.
Does somebody know what's going on there?
I am using CCS v5.1.1.00031. My omapl138 board is omapl138 experimenter board. The emulator I am using is the built-on board emulator (i.e. I didn't use any external emulator but the USB line contained in the package). The emulator was labeled as XDS100, no version information was provided on the TI product website.
Thanks,
Fu