The Wayback Machine - https://web.archive.org/web/20200613023308/https://github.com/topics/stm32f3
Skip to content
#

stm32f3

Here are 35 public repositories matching this topic...

ThomasGravekamp
ThomasGravekamp commented Jul 13, 2019

Most, if not all, devices in the STM32 family support flashing via a serial connection. Flashing over serial is also suported by the texane/stlink tool.

Flashing over serial works by starting the device in its bootloader mode and connecting it to a PC via an USB to serial converter. For the Blue Pill, connect converter TxD to board RxD (PA10) and connect converter RxD to board TxD (PA9).

  • [
Frederik-Baetens
Frederik-Baetens commented Feb 21, 2019

You need adc conversion and you seem to have implemented it by using the stm32f30x crate. But I think having all that abstracted in the stm32f30x-hal crate would be really helpful.

It would be nice if someone implemented those adc traits in the hal crate.

I'm currently trying to figure out how to do adc on the stm32f303 myself, when I figure it out, I will try to contribute to the hal crate.

This is simple yet complete WebServer library for `AVR, Teensy, SAM DUE, SAMD, STM32, etc.` boards running WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.). The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.

  • Updated Apr 24, 2020
  • C++

Improve this page

Add a description, image, and links to the stm32f3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stm32f3 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.