mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 10:45:11 +03:00
10 lines
416 B
Markdown
10 lines
416 B
Markdown
Samples for STM32F042-nucleo and chinese STM32F030-based devboard
|
|
=================================
|
|
|
|
This directory contains examples for F0 without any library
|
|
|
|
- blink - simple LED blink
|
|
- uart - USART over DMA with hardware end-of-string detection
|
|
- uart_blink - code for STM32F030F4, echo data on USART1 and blink LEDS on PA4 and PA5
|
|
- morze - for STM32F030, echo data from USART1 on TIM3CH1 (PA6) as Morze code
|