-
Notifications
You must be signed in to change notification settings - Fork 154
Features
recallmenot edited this page Jun 1, 2023
·
7 revisions
- Time by SysTick shows how to schedule your program flow using the SysTick counter
- Fast debug printf explains how the SWIO debug interface can be used to "printf" (only with some programmers)
- enabling reset through NRST button
using ch32v003fun (not as many as using the HAL)
ch32v003fun.[h,c] -- single self-contained source file and header file for compling apps for the ch32v003.
So unusual risc-v build chains can be used, there is an extra copy of libgcc located in misc/libgcc.a
.
"minichlink" programmer/debugger software which can use
- The WCH CH-Link with libusb, for cross-platform use
- An STM32F042 Programmer, the NHC-Link042
- An ESP32S2 Programmer, the esp32s2-funprog
- The official WCH Link-E Programmer.
- Other programmer support (ESP32-S2 works, currently)
- OpenOCD-compatible build for
minichlink
. - Full-chip-write for faster flash.
- Support for
NHC-Link042
- More demos!