stm32samples/F0:F030,F042,F072
..
2022-03-16 22:21:03 +03:00
2022-07-08 14:48:53 +03:00
2022-09-27 17:51:24 +03:00
2022-07-08 17:20:57 +03:00
2022-03-16 22:21:03 +03:00
2022-03-16 22:21:03 +03:00
2022-07-08 14:48:53 +03:00
2022-03-16 22:21:03 +03:00
2022-03-16 22:21:03 +03:00
2022-03-10 11:04:14 +03:00
2022-03-16 22:21:03 +03:00
2022-09-23 17:06:24 +03:00
2022-03-16 22:21:03 +03:00
2022-03-10 11:04:14 +03:00
2022-03-10 11:04:14 +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
  • CANbus_stepper - stepper motor management over CAN-bus, USB and RS-485
  • Chiller - chiller controller
  • F0_testbrd - sample code for STM32F0x2 checking via test board
  • htu21d_nucleo - operaing with HTU-21D in STM32F042-nucleo
  • morze - for STM32F030, echo data from USART1 on TIM3CH1 (PA6) as Morze code
  • pl2303 - CDC template (emulation of PL2303)
  • QuadEncoder - sample code for working with quadrature encoder (via timer)
  • Servo - simple servo (like SG-90) controller
  • Snippets - some small code snippets
  • Socket_fans - fan manager
  • TM1637 - work with 7-segment LED indicators based on TM1637
  • 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_blink_dma - USART over DMA
  • uart_nucleo - USART over DMA for STM32F042-nucleo
  • usbcan - USB<>CAN bridge using PL2303 emulation
  • USBHID - USB HID keyboard + mouse
  • USB_pl2303_snippet - full minimal snippet of PL2303 emulation for STM32F072xB