Dave
Dave
Having the same issue
Also getting the same issues with picotool where the f flag is not working on linux:  I have confirmed that `PICO_STDIO_USB_ENABLE_RESET_VIA_VENDOR_INTERFACE` is set as per the SDK default.
> @dmo9 Have you tried using `sudo`? (or whatever the ArchLinux equivalent is) No difference with sudo. Per the picotool documentation, it states the flag should work with "compatible" code,...
Ok, I figured out the problem: incompatible code. My code was exiting before picotool could send it commands. I suggest that the definition of compatible code is added to this...
Good call on the import. I don't remember what libraries I had linked but I agree that it should be included in the documentation. I agree that main cannot return;...
A bit of clarification to the newer people for why I was including pico_stdio_usb and stdio_usb_init() rather than pico_stdlib: stdio_usb_init() is a wrapper function that initializes all standard IO(uart &...