aappleby / picorvd

GDB-compatible RISC-V Debugger for CH32V003 that runs on a Raspberry Pi Pico
MIT License
173 stars 11 forks source link

stuck at InterruptVectorDefault example blink #8

Open dydrax opened 9 months ago

dydrax commented 9 months ago

Hi , i have success flash ch32v003 sop16 with example blink provided in this repository with load command but when i try to debug it still stuck in

InterruptVectorDefault () at ch32v003fun.c:738
738             asm volatile( "\n\

when i command next no response then Remote connection closed , when remote reset it still in the InterruptVectorDefault () at ch32v003fun.c:738 what cause this ?

dydrax commented 8 months ago

Case is closed , I must use newer gnu risc-v to be able to debug