https://github.com/jungerboyo/stm32f103-nucleo64-serial2usb
Simple program for connecting a device with UART communication to PC using USB using nucleo64 board with stm32f103 MCU.
https://github.com/jungerboyo/stm32f103-nucleo64-serial2usb
nucleo-board rockpro64 stm32 uart usb-to-serial
Last synced: 3 months ago
JSON representation
Simple program for connecting a device with UART communication to PC using USB using nucleo64 board with stm32f103 MCU.
- Host: GitHub
- URL: https://github.com/jungerboyo/stm32f103-nucleo64-serial2usb
- Owner: JungerBoyo
- License: mit
- Created: 2023-05-18T20:00:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T20:16:17.000Z (about 2 years ago)
- Last Synced: 2025-01-12T13:26:33.642Z (5 months ago)
- Topics: nucleo-board, rockpro64, stm32, uart, usb-to-serial
- Language: C
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stm32f103-nucleo64-serial2USB
Simple program for connecting a device with UART communication to PC using USB using nucleo64 board with stm32f103 MCU. Tested with Rockpro64.## IMPORTANT
Pass (compiler and objcopy) and (st-flash tool) arguments with make command in order to compile and flash.## Debugging
To debug follow the steps:
* run `st-util` (included in st toolchain)
* run `gdb`
* (in gdb)`target extended:4242`
* (in gdb)`file .elf`