2018-06-21 16:04:44 +03:00
..
2017-01-19 23:53:36 +03:00
2018-06-21 16:04:44 +03:00
2017-03-01 21:58:33 +03:00
2018-06-21 16:04:44 +03:00
2017-02-14 22:16:58 +03:00
2017-12-06 20:14:24 +03:00
2017-03-10 22:15:40 +03:00
2017-01-27 01:54:25 +03:00
2018-06-21 16:04:44 +03:00

Samples for STM32F042-nucleo and chinese STM32F030-based devboard

This directory contains examples for F0 without any library

  • blink - simple LED blink
  • canbus - CAN bus on STM32F042C6T6
  • htu21d_nucleo - operaing with HTU-21D in STM32F042-nucleo
  • morze - for STM32F030, echo data from USART1 on TIM3CH1 (PA6) as Morze code
  • tsys01_nucleo - read two TSYS01 sensors using STM32F042
  • 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
  • uart_nucleo - USART over DMA for STM32F042-nucleo