stm32f1
Here are 61 public repositories matching this topic...
-
Updated
May 4, 2020 - C
-
Updated
May 16, 2020 - C
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).
- [
-
Updated
Apr 18, 2020 - C
-
Updated
Aug 7, 2018 - C
Hello!
I use the same UART channel to read data from sensor (via RX pin of controller) and send debug messages (via TX pin). So there is no connection between controller's TX pin and sensor's RX pin.
In my case PMS5003 sensor works fine without sending any command to it.
Your library sends "passive mode" command in 'init' and 'trigRead' methods:
uart->write(cfg, msgLen); // set passive mode
Data logger example
General docs/usage
-
Updated
Aug 7, 2018 - C
-
Updated
Jan 12, 2020 - C
-
Updated
Aug 27, 2019 - C
Add a programming guide to the docs.
Contents:
- Explain how the Blink example in the templates works
- Introduce the CMSIS
- Explain how to use the official docs (datasheets, references, programming manuals, etc...)
Add debugging guide
Hi Rick,
I am trying to follow your instructions to create a custom board based on the STM32 Arduino core. Using the files that's provided in this repo, the arduino-builder throws a panic and even after reading the docs and experimentation, I still can't figure out the cause. I was hoping that you could provide a hint or clue.
Details:
- OS: Windows 10
- Arduino 1.8.10
- STM32 Arduino Cor
-
Updated
Aug 24, 2019 - Rust
-
Updated
May 31, 2020 - C++
-
Updated
Dec 21, 2017
Improve this page
Add a description, image, and links to the stm32f1 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stm32f1 topic, visit your repo's landing page and select "manage topics."
add/test support for the Ugly board:
http://wiki.stm32duino.com/index.php?title=Ugly_board