Hello, i have an error while trying to upload a simple sketch to an arduino nicla sense me via the arduino ide. I have a fresh install of the ide an all nessasary board packages installed. I have contacted the arduino support first, but they couldn't give me any solution for the problem. Do you have any ida how to resolve this?
First thing to do in such circumstances is usually to collect and upload a verbose
openocd -d3log for analysis. It will usually shed a bit more light on the cause of the problem. If necessary, read the OpenOCD user documentation to see how to collect such a log.