I'am tryiing to use arduinoo nan 33 ble board on Vs code but there is any output that I could see have you an idea about how to solve this?
I'am tryiing to use arduinoo nan 33 ble board on Vs code but there is any output that I could see have you an idea about how to solve this?
Just want to let you know that due to a company business, I might only be able to reply Monday Sep 5.
My apology for the inconvenience. I hope you could please understand.
Hi again, based on your first picture, I am assuming you have finished a successful build?
If yes, to be able to flash, you need to follow the guide on the error message and on the page below:
Could you investigate that direction and come back if you still have problem?
Again, please be informed that due to company business, I will only return Monday Sep 5.
How can I configure this runner?
Hi, to configure the runner, you can follow these steps
1. Setup the bossac.exe binaries somewhere on your computer following the guide in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/arduino_nano_33_ble/doc/index.html#programming-and-debugging
2. Add this line to <Path to NCS>\zephyr\boards\arm\arduino_nano_33_ble\board.cmake
set(BOSSAC "<Path to your bossac.exe>")
For example, mine is:
set(BOSSAC "C:/ncs/manual_extras/bossac/bossac.exe").
Make sure that line is before the include line.
However I have tried and found that setting up a task to flash using bossac in VS Code can be troublesome. You might want to just use the command line to flash it, following the instructions in the link above.