Part Number: MSPM0L1106
Other Parts Discussed in Thread: LP-MSPM0L1306, MSPM0L1306, , SYSCONFIG
I have just started using TI MCU's, moving from ATtiny. I am set up with CCS 20.4.0 and installed the MSPM0 SDK as part of the startup.
I have a PCB with the MSPM0L1106 which I am trying to program and debug using the LP-MSPM0L1306. I've connected it using GND, 3V3, RST, SWCLK, and SWDIO from the bridge to the PCB (disconnecting it from the onboard MSPM0L1306).
I've proved that it is programming it by running some LED blinking programs.
The issue I have is that I can't get the sensor readings to function at all. I have a pressure sensor with wheatstone bridge. It has 2 traces to the PCB, say V1 and V2, which are both 1.65V +/- a small amount based on the pressure reading. I've verified with a multimeter that there is actually voltage there that is connected to the MCU pins.
V1 is connected to pin #22 (PA26 A1), and V2 is connected to pin #14 (PA18/A7), because these are the GPAMP input pins.
In CCS I'm not seeing any readings for the sensor. I have tried setting it up in syscfg as GPAMP, or as direct signal readings in ADC12, or in GPIO. There is nothing coming through for any case, even though the pin actually has a voltage (as confirmed with multimeter).
I am stumped. It's entirely possible that I could have set up something in CCS incorrectly, but I've tried everything I can think of so far. Any direction on potential issues that I could check would be greatly appreciated!