Other Parts Discussed in Thread: MSP430WARE
Tool/software:
This is running on the LaunchPad development board, does that have something to do with it?
I'm getting strange behavior on my I/O ports when running but with a simple test program making the pins produce square wave, it works file.
Yet in the program of interest I am getting continuous pulses on a port which is a peripheral data port after inserting the while(1);
There are no timers or interrupts in use (yet).
I tried making the (1) a volatile variable but that did not work.
This happens on both debug and release mode.