Tool/software: Code Composer Studio
Hi, I am getting an error when I try to start a debug session. Target is a TMS320F28335, in a dock station.
(I) The code was a simple Flashingleds example, Imported and built through the TI Resource Explorer.
(II) The communication test for the probe works fine.
(III) The Debug gives some errors about memory range.
(IV) When tries to connect to the target I get this:
C28xx: 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.188.0)
C28xx: 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.188.0)
C28xx: Trouble Reading Register ST1: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.188.0)
C28xx: GEL: Error while executing OnReset(1): Target failed to read register ST1
at (ST1&~(0x0100)) [f28335.gel:322]
at C28x_Mode() [f28335.gel:38]
at OnReset(1)
C28xx: Flash Programmer: Warning: The configured device (TMS320F28335), does not match the detected device (). Flash Programming operations could be affected. Please consider modifying your target configuration file.
C28xx: Trouble Reading Register ST1: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.188.0)
I tried to ground the GPIO84/85/86, in order to change the boot mode and surpass the flash memory to A/B/C/D/E but it didnt work. I get the same error.