Error while uploading sketch using nano RP2040 connect

Hi All,

I am using Arduino Nano RP 2040 connect and while uploading sketch getting below error.
I am using Arduino IDE 1.8.19 version with Arduino Mbed os nano version 3.4.1.
After enabling verbose logging , have observed below logs

"C:\Users\LENOVO\AppData\Local\Arduino15\packages\arduino\tools\rp2040tools\1.0.6/elf2uf2" "C:\Users\LENOVO\AppData\Local\Temp\arduino_build_316809/sketch_nov21a.ino.elf" "C:\Users\LENOVO\AppData\Local\Temp\arduino_build_316809/sketch_nov21a.ino.uf2"
"C:\Users\LENOVO\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4/bin/arm-none-eabi-size" -A "C:\Users\LENOVO\AppData\Local\Temp\arduino_build_316809/sketch_nov21a.ino.elf"
Sketch uses 91004 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43492 bytes (16%) of dynamic memory, leaving 226844 bytes for local variables. Maximum is 270336 bytes.
Forcing reset using 1200bps open/close on port COM3
C:\Users\LENOVO\AppData\Local\Arduino15\packages\arduino\tools\rp2040tools\1.0.6/rp2040load -v -D C:\Users\LENOVO\AppData\Local\Temp\arduino_build_316809/sketch_nov21a.ino.elf
rp2040load 1.0.6 - compiled with go1.16.2
.....................
An error occurred while uploading the sketch

Any help is appreciated

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.