for msp430 you can do something with your board
File list:
FinalProject
...........\main.c
LEZIONE 2
........\General Purpose IO
........\..................\Make the LEDs alternately blink
........\..................\...............................\main.c
........\..................\Make the LEDs blink together
........\..................\............................\main.c
........\..................\Turn ON both the LEDs
........\..................\.....................\main.c
........\..................\Turn ON the BLUE LED
........\..................\....................\main.c
........\SysTick
........\.......\Make the LEDs alternately blink using the SysTick
........\.......\.................................................\main.c
........\.......\Make the LEDs alternately blink with a frequency lower than 1Hz
........\.......\...............................................................\main.c
........\.......\Make the LEDs blink using the SysTick
........\.......\.....................................\main.c
........\.......\Make the LEDs that blik at diferrent frequency
........\.......\..............................................\main.c
........\Risposte alle domande sul SysTick.txt
LEZIONE 3
........\EXTI
........\....\Write a code to avoid bouncing
........\....\..............................\main.c
........\....\Write a code to avoid debouncing that uses the systick as a debounce timer
........\....\..........................................................................\main.c
........\....\Write a code to detect interrupt on PC6, and test connecting the pin to GND
........\....\...........................................................................\main.c
........\....\Write a code to toggle the status of the LED
........\....\............................................\main.c
........\....\Write a program in which the button starts and stops the blinking of the led
........\....\............................................................................\main.c
........\....\Write a program to modify the frequency of LED blinking by pressing the button
........\....\..............................................................................\main.c
........\....\Write a program to recognize double click on the button to turn ON the LED
........\....\..........................................................................\main.c
........\....\Risposte alle domande sul EXTI.txt
........\FLASH
........\.....\Check the correctness of the data using code
........\.....\............................................\main.c
........\.....\Check the correctness of the written data using the debugger
........\.....\............................................................\main.c
........\.....\Modify the code to write in FLASH the half-word 0xBEEF and check the correctness of the
........\.....\.......................................................................................\main.c
........\.....\Write a program to store in flash memory the number of times a button is pressed in a unit
........\.....\..........................................................................................\main.c.txt
........\.....\Risposte alle domande sulla FLASH.txt
........\EXTI.rar
LEZIONE4
.......\Generate a 500Hz square wave in output from TIM2_CH1 pin
.......\........................................................\main.c
.......\Generate a PWM signal @ 25KHz duty cycle 10%
.......\............................................\main.c
.......\Make a LED blinking at 2Hz, the other one at 3Hz
.......\................................................\main.c
.......\Modify the blinking frequency to 2Hz, 5Hz, 0.5Hz, 0.1Hz
.......\.......................................................\main.c
.......\Use the button to modify the blinking frequency of the LEDs
.......\...........................................................\main.c
.......\Risposte alle domande sul TIMER.txt
LEZIONE5
.......\Check the correctness of the data using code
.......\............................................\main.c
.......\Check the correctness of the written data using the debugger
.......\............................................................\main.c
.......\Create a 100byte char buffer in FLASH and use the DMA to transfer it to SRAM memory
.......\...................................................................................\main.c
.......\Rewrite the example code not using the DMA to perform the data transfer
.......\.......................................................................\main.c
.......\Risposte domande DMA.txt
LEZIONE6
.......\USART
.......\.....\Exercise 1
.......\.....\..........\main.c
.......\.....\Exercise 2
.......\.....\..........\main.c
.......\.....\Exercise 3
.......\.....\..........\main.c
.......\.....\Exercise 4
.......\.....\..........\main.c
LEZIONE7
.......\Bluetooth
.......\.........\Configure the Bluetooth
.......\.........\.......................\main.c
.......\.........\Send and Receive data
.......\.........\.....................\main.c
.......\WiFi
.......\....\Perform a POST request with your name and the variable that will be assigned
.......\....\............................................................................\main.c
LEZIONE8
.......\Nuova cartella
.......\..............\main.c
.......\Write a program to monitor the temperature for 10 min with a sampling time of 30 sec,
.......\.....................................................................................\main.c
.......\Write a program to turn on a LED if the temperature is above a certain threshold and turn off
.......\.............................................................................................\main.c
.......\misurare temperatura con ADC.docx