adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
302 stars 165 forks source link

CH32v20x jump to app not working #390

Open hathach opened 1 month ago

hathach commented 1 month ago

Operating System

Linux

INFO_UF2.TXT

TinyUF2 Bootloader 0.18.2-53-gbb2d563-dirty - Model: Adafruit Dummy Board-ID: Dummy Date: Jun 4 2024 Flash Size: 0x00010000 bytes

What happened ?

DFU flashing seems successful, but board_app_jump() not working yet. Probably missing some riscv specific step.

How to reproduce ?

drop uf2, reset --> app is valid, board_app_jump() run but app not running as expected

Debug Log

No response

Screenshots

No response