When using Raspberry Pi Project from MS VS Code I'm able to generate a uf2 file and move it to PICO successfully, but when I try "Run Project" I get the following error in the terminal window:
ERROR: The RP2040 device returned an error: <unknown>
* The terminal process "C:\Users\chuck\.pico-sdk\picotool\2.0.0\picotool\picotool.exe 'load', 'c:/Users/chuck/Pico_Projects/blink/build/blink.elf', '-fx'" terminated with exit code: -99.
* Terminal will be reused by tasks, press any key to close it.
The program I'm attempting to run is "blink" from the examples in the Raspberry Pi Project.
I'm using MS VS Code with Windows 11.
Thank you.
ERROR: The RP2040 device returned an error: <unknown>
* The terminal process "C:\Users\chuck\.pico-sdk\picotool\2.0.0\picotool\picotool.exe 'load', 'c:/Users/chuck/Pico_Projects/blink/build/blink.elf', '-fx'" terminated with exit code: -99.
* Terminal will be reused by tasks, press any key to close it.
The program I'm attempting to run is "blink" from the examples in the Raspberry Pi Project.
I'm using MS VS Code with Windows 11.
Thank you.
Statistics: Posted by chuck72352 — Wed Oct 09, 2024 2:12 am