Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Using the MSPM0G3507 LaunchPad, I am trying toggle the PA26 BoosterPack pin using GPIO.
Starting with a working Driverlib example for the on-board LEDs, I used Sysconfig to change the port/pin settings from LED1 to PA26/30 using Sysconfig. Keeping the names the same, I didn't have to change my source code.
Running the code, I can see that PINCM59 gets set up correctly. And when toggling the pin, I see DOUT changing correctly. But the Boosterpack pin doesn't change. I first tested the pin by jumpering it to J4 -- which should have toggled LED1. Next, I used a logic analyzer. But in either case, the BoosterPack pin doesn't appear to toggle.
Since I picked PA26 randomly from the BoosterPack pins, I next tried PA24... with the same negative results.
On my third try, PA8 worked as expected. I could see the pin toggle using my logic analyzer. It also blinked LED1 when jumpered to J4.
Is there something obvious that I'm missing?
Why won't PA24 or PA26 (connected to the BoosterPack connector) toggle?
As one final note, I don't have a way to probe the MCU's pin directly. So, I can't tell if this is a problem with the LaunchPad BoosterPack connection or with the MCU itself.
I look forward to your thoughts and ideas!