Files
libopencm3-examples/examples/stm32/l4/stm32l476g-disco/basics/README.md
Karl Palsson b8b9720926 stm32l4: basic uart/exti/led/clock demo
No miniblink, let people interpret a more useful example.
2018-03-04 00:24:39 +00:00

9 lines
264 B
Markdown

This demonstrates some basics on the L476G disco board.
* printf via usart2 to the attached stlink virtual com port. 115200@8n1
* pll configuration from hsi
* flash wait state configuration
* basic led blinking
* exti interrupts for buttons
* simple timer usage.