Hello,
I am currently running a code that measures the voltage through the ADCINA4 pin (J1.6) and displays the results on a LCD screen. I am doing this is two ways:
First, I use a USB to power the LaunchPad and view the results on Code Composer Studio (the LCD also displays the results viewed in Code Composer Studio simultaneously).
Second, I use a battery (with a 3.3 V voltage regulator afterwards) to power the LaunchPad in standalone mode using the J3 pins (on the bottom right-hand side of the LaunchPad). Also noteworthy, I have f2802x_codestartbranch.asm and F28027.cmd in the project. Also, I put the third S1 switch in the down position in this standalone mode and all jumpers are connected.
I compared the results of the C2000 LaunchPad with those on the DAQ (or multimeter...either works) and they are much more accurate and consistent when the LaunchPad is being powered with the USB.
I looked for documentation on how to power the F28027 in standalone mode and I haven't seen anything so far. I would be greatly appreciative to be directed to a place where I could do more reading on powering the F28027 in standalone mode. Of course, suggestions on how to improve my setup are appreciated as well.