hi,
I’m having a intermittent problem where trying to load code into the target MSP430F5418A occasionally causes the emulator to crash which crashes CCS. To recover, I have to close CCS if still open (sometimes with the task manager) then power down the target and disconnect the emulator from the USB. I then reconnect the emulator, power back up and start CCS, however, when trying to load this time there is an error the security fuses are set. This happened twice today and yesterday. Over the development of this project, I’ve blown 10 cpu fuses and since I can’t find a way to reset the fuses I have to replace the CPU. The “code” that does get loaded doesn’t run standalone. I’ve checked for array over-runs (they are bounds checked), pointer mis-directs, errant switch indexes (again bounds checked) etc. without finding anything wrong.
To Summarize, I have two problems;
- The MSP-FET430UIF (version V1.4a) intermittently crashes upon loads causing security fuses to be set.
- How can the security fuses be reset
regards,
Derek