Index of MSP430 Launchpad programming examples in C. Introduction to C language programming using IAR Embedded Workbench IDE. Includes LED flashing, GPIO, Timer module, interrupts, 7-segment LED displays, LCD, UART, ADC, IR decoder and more.
MSP430 Tutorial - Index
#1 MSP430 Tutorial - Getting...
Hi,
I am making a project where in I am connecting few LEDs with my STM8 Discovery Board (PA3, PD3, PD4) and setting the mode using the on-board button (PB7). The issue I am facing is that I am able to toggle to Flag = 2 (with for loops for phasing the 3 LEDs) but the button becomes...