An open API service indexing awesome lists of open source software.

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.

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`