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
Using the serial monitor works fine when doing upload. I just do platformIO:upload and the serial monitor opens and messages are displayed.
With the mkr1010wifi powered by USB cable connected to a 5 V power supply, debugger is fine. I can step through my program but no serial port.
With the mkr1010wifi powered to a PC USB port, the debugger works fine until USBDevice.attach() is executed.
At this point, windows10 send a ‘USB device not connected’ and the windows device manager gives error code 43
As suggested by Max Gerhardt, I add in platformio.ini the initial breakpoint after the USBdevice.attach() and compilation with optimization, but this doesn't help.
debug_build_flags = -Os -g -ggdb
debug_init_break = break setup
The text was updated successfully, but these errors were encountered:
Using the serial monitor works fine when doing upload. I just do platformIO:upload and the serial monitor opens and messages are displayed.
With the mkr1010wifi powered by USB cable connected to a 5 V power supply, debugger is fine. I can step through my program but no serial port.
With the mkr1010wifi powered to a PC USB port, the debugger works fine until USBDevice.attach() is executed.
At this point, windows10 send a ‘USB device not connected’ and the windows device manager gives error code 43
As suggested by Max Gerhardt, I add in platformio.ini the initial breakpoint after the USBdevice.attach() and compilation with optimization, but this doesn't help.
debug_build_flags = -Os -g -ggdb
debug_init_break = break setup
The text was updated successfully, but these errors were encountered: