Open hfwang132 opened 1 year ago
I'm using linux but maybe under windows the COM19 might be configured for hardware flow control? I think you do not want that.
Another issue is if you have a terminal window open on the same COM port maybe the two processes are competing for data? Not sure if windows lets you do that though. Finally, the flash programming is done over the 2nd serial port, not the 1st one.
Hello, I am new to Tang Nano and I would like to try some examples on it.
I have followed every step in https://wiki.sipeed.com/hardware/zh/tang/Tang-Nano-9K/examples/picorv.html. And when I tried to download the firmware onto the flash, the program got stuck at
Flashing 1/3
After two hours or so, I terminated the program by sending
Ctrl+C
and the output was:It seemed that it was stuck at
isp_wait_byte()
.If someone could give a light on this, I would appreciate it.