Tool/software:
Hi,
I was looking at the demo code provided in the forum https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1041311/msp430fr2355-source-code-for-the-pir-motion-detection-demo and trying to get it running on a MSP430FR2355 Dev Board.
However, the code does not seem to reflect the pinout and SACs used in the article https://www.ti.com/lit/an/slaae30/slaae30.pdf?ts=1732770319246. Is this code suppose to work on the Dev Board? I changed the code so that it maps the LEDs to the correct pins on the dev board of P1.0 and P6.6 like in the article, but the red led seems to trigger periodically regardless of any motion on the pir sensor. Any suggestions on what I can change?
The only connections I have to the board is a pir sensor signal pin connected to the P1.3 pin with a 47K biasing resistor to GND. Power to the PIR sensor is 3.3V.