This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello,
I am trying to bring up boards from a new layout.
The new layout has no changes from the previews layout with regards to the CPU.
I have tested all the voltages on my board and it all looks fine. also the OSC is vibrating nicely.
For some reason I can't upload software to the Delfino.
I monitored the communication with the XSD100v2 USB debug probe and the Delfino and the communication looks exactly like in the old board.
the Reset signal behaves the same. and the CPU is replaying to the messages from the XSD100v2
Why do i get this error:
C28xx_CPU1: Failed CPU Reset: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.1)
C28xx_CPU1: Trouble Reading Register PC: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.1)
C28xx_CPU1: GEL: Error while executing OnReset(1): Internal error while writing 0x0005FB00@Data
at *((int *) 0x5FB00)=0 [f28377s.gel:28]
at OnReset(1)
C28xx_CPU1: Trouble Writing Memory Block at 0x5fb00 on Page 0 of Length 0x2: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.1)
C28xx_CPU1: Error occurred during flash operation: Target failed to write 0x5FB00@Program
C28xx_CPU1: Trouble Writing Memory Block at 0x5f800 on Page 1 of Length 0x2: (Error -1137 @ 0x5F802) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.1)
C28xx_CPU1: Error occurred during flash operation: Target failed to write 0x0005F800@Data
C28xx_CPU1: Trouble Writing Memory Block at 0x5fb00 on Page 0 of Length 0x2: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.1)
C28xx_CPU1: Error occurred during flash operation: Target failed to write 0x5FB00@Program
C28xx_CPU1: Trouble Writing Memory Block at 0x5f800 on Page 1 of Length 0x2: (Error -1137 @ 0x5F802) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.1)
C28xx_CPU1: Error occurred during flash operation: Target failed to write 0x0005F800@Data
C28xx_CPU1: Failed CPU Reset: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.1)
C28xx_CPU1: Trouble Reading Register PC: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.1)
C28xx_CPU1: GEL: Error while executing OnReset(1): Internal error while writing 0x0005FB00@Data
at *((int *) 0x5FB00)=0 [f28377s.gel:28]
at OnReset(1)
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x82000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: C:\Users\user\workspace_v7\TOPI_MC_nir\F2837x_FLASH\TOPI_MC_nir.out: a data verification error occurred, file load failed.