Part Number:MSP430F5529
My project involves using the MSP430F5529LP to control a line following car.
My program runs only when the controller is connected via usb to my computer and is running in debug mode in CCS.
My program does not run when i try to power the controller with an external power supply.
My initial attempts to power the controller were as follows:
- external 3v3 to power target directly
- external 5v through dc-dc converter to power target
- usb 5v with SBW jumpers disconnected
I had the same result when i changed to a different MSP430F5529LP.
Can someone please help me understand why debug mode is the only way to run my program?