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
Traceback (most recent call last):
File "main.py", line 54, in <module>
KeyboardInterrupt:
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico W with RP2040
Type "help()" for more information.
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico W with RP2040
Type "help()" for more information.
>>> from flash_ch32v003 import CH32_Flash
>>> flasher = CH32_Flash(1)
>>> flasher.flash_binary("blink.bin")
Time spent: 120133
0x0 0x0
0x1 0x0
0x2 0x0
0x3 0x0
>>> flasher.enter_debug_mode
<bound_method>
>>> flasher.monitor()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "flash_ch32v003.py", line 257, in monitor
KeyboardInterrupt:
>>> flasher.enter_debug_mode()
>>> flasher.monitor()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "flash_ch32v003.py", line 257, in monitor
KeyboardInterrupt:
>>>
The text was updated successfully, but these errors were encountered:
After this part, I didn't get a blinky
Log of stuff I tried:
The text was updated successfully, but these errors were encountered: