stm32f1
Here are 71 public repositories matching this topic...
-
Updated
Aug 7, 2021 - 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
May 27, 2021 - C
-
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
-
Updated
Jul 31, 2020 - Rust
-
Updated
Jan 12, 2020 - C
-
Updated
Aug 3, 2021 - C++
-
Updated
Aug 27, 2019 - C
-
Updated
Mar 15, 2021 - C++
-
Updated
Aug 7, 2018 - C
-
Updated
Nov 26, 2018 - C
-
Updated
Mar 8, 2019 - C
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