I'm currently using the MSP430F5529 mcu in order to analyze and detect/recognize gestures (like a handshake). The system is able to read a few templates from an SD card, capture a live gesture (with an IMU), and successfully compare the live gesture with the templates and return the results.
The program is able to load and run fine after running Debug mode from CCS. However, after unplugging the USB, and then pluggging back in, the system no longer functions correctly. I noticed that the heartbeat monitor does not light up when its supposed to however it does seem that my program is still implemented on the system. Through external debugging measures, like flashing LEDs to indicate the read of the SD card and when a gesture is currently being captured, I can see that my code is still implemented. The code performs fine every time after loading from CCS but not after unplugging the USB and replugging in.
Thoughts?
Thanks in advance