You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PicoRVD is a nice programmer/debugger for CH32V003.
The GDB stub expects flash section to start 0x0, otherwise it is not able to write the data to flash memory.
riscv64-unknown-elf-gcc linker script uses address 0x0.
Solution is to link image with flash starting at 0x instead of 0x8000000.