openwch / ch32v003

CH32V003 is an ultra-cheap RISC-V MCU with 2KB SRAM, 16KB flash, and up to 18 GPIOs that sells for under $0.10
386 stars 56 forks source link

Unable to view contents of UART buffer in putty or miniterm #37

Open anandr16910 opened 8 months ago

anandr16910 commented 8 months ago

Programmed using ch32v003 board using standard UART example given in PIO-ch32v003 projects folder. Build and upload was successful using vscode and Platform IO but blank screen in terminal window.

git2fa commented 1 month ago

Have you tried this libs? https://github.com/hexeguitar/ch32v003fun_libs They are working good.

Besides it is more effective not to use the printf output on this small MCU.