Code examples for the NUCLEO-L476RG development board
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Clyne f2be4e3b45 run at 48mhz 2 years ago
00-80mhz add upload target; fix indentation 2 years ago
01-adc Update '01-adc/README.md' 2 years ago
02-dac run at 48mhz 2 years ago
common add upload target; fix indentation 2 years ago
.gitignore list examples in readme; ignore .hex 2 years ago
LICENSE Initial commit 2 years ago
README.md list examples in readme; ignore .hex 2 years ago

README.md

nucleo-l476rg-examples

Code examples for the NUCLEO-L476RG development board.

0. Configure the processor to run at 80MHz using the phase-locked loop (PLL).

1. ADC configuration and polled sampling. Set output LED according to a threshold.