Hi all,
I have a custom designed board with a CC430F5137 and i am trying to debug it from Spy-Bi-Wire with no joy. Chip is successfully recognized as CC40F5137 and code is downloaded to device without any problems( at least it seems like that, i don't have my leds populated because there was a mix with my parts order so i can't really check but it appears fine). But after the download when i try to run/step my program i get these errors:
MSP430: Program loaded. Code Size - Text: 146 bytes Data: 4 bytes
MSP430: Can't Run Target CPU: Could not read Enhanced Emulation Module register
MSP430: Can't Single Step Target Program: Could not read Enhanced Emulation Module register
MSP430: Failed Software Reset: Could not read Enhanced Emulation Module register
The code I am trying to debug is an example from TI and same problem appears with test codes i have written so I don't think thats the case. Code Composer Studio version I am using is Version: 4.2.4.00033 .
Debugger I am using is eZ430-RF USB debugging interface(The one that comes with the chronos watch). I can debug my chronos with it so I don't think the problem is caused by that as well. Board is powered from debugger while being programmed/debugged.
I searched this error but failed to find anything. I wonder what are the possible causes for such an error.
Thanks for your help.