Simple, beginner level examples that can be run in Energia for the MSP432P401R microcontroller.
Blink
Materials Required: (1x) MSP432
Buttons and LEDs
Materials Required: (1x) MSP432, (8x) LEDs, (8x) 200Ω Resistors
Pins Used: GND, P2.5, P3.0, P5.7, P1.6, P1.7, P5.0, P3.5, P3.6
Note: Other pins can be used, check the MSP432 pinout and look for pins that have digitalRead() and digitalWrite() capabilities.
Logic Gates
Materials Required: (1x) MSP432, (1x) LED, (1x) SN74LS08N [AND], (1x) SN74LS04N [INV], (1x) SN74LS00N [NAND], (1x) SN74LS02N [NOR], (1x) SN74LS32N [OR], (1x) SN74LS86AN [XOR]
Pins Used: GND, 5V, P2.5, P3.0
Note: Other pins can be used, check the MSP432 pinout and look for pins that have digitalRead() and digitalWrite() capabilities.