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?
Based on your question tags, I am guessing you want to monitor the Arduino Nano 33 board on a VS Code terminal, while developing on a nrf52840?
If that is your question, I have tried two methods and have decent result:
If that is not what you are asking about, could you please detail further what you are trying to achieve?
I want to use it in nRF connect "zephyr"
Hi, I just want to inform you that your reply is not visible; in case that is not what you intended.
And just repeating, but in order to for me to help, please provide more information.
OK I see your pictures now. I will check on it.
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?
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.