nRF5340 Audio with visual studio code

How can I build and program nRF5340 Audio with visual studio code?
It seems that net binary is not programmed when I create an application as usual in visual studio code.

Parents
  • Hello,

    When building the application with the nRF Connect for VS Code extension, no image is built for the network core. So by flashing the device from the extension UI you will only program the application core. To program the network core, follow these instructions up until and including point 5. After the network core is programmed you can flash the application core with the extension UI.
    There may be a way to include the controller binary as a child image for the application, but I need more time to check this. Let me know if you are interested in this.

    You can also use the buildprog.py script in the integrated VS Code terminal (nRF Connect instance) which with the-p flag will program both cores if -c both is included as a parameter. You may have to change the script if you have made significant changes to the structure of the application.

    I will be away all of next week, but will transfer this ticket to another engineer if you are still in need of support during next week. If you can wait, I am happy to help you when I return.

    Best regards,

    Maria

Reply
  • Hello,

    When building the application with the nRF Connect for VS Code extension, no image is built for the network core. So by flashing the device from the extension UI you will only program the application core. To program the network core, follow these instructions up until and including point 5. After the network core is programmed you can flash the application core with the extension UI.
    There may be a way to include the controller binary as a child image for the application, but I need more time to check this. Let me know if you are interested in this.

    You can also use the buildprog.py script in the integrated VS Code terminal (nRF Connect instance) which with the-p flag will program both cores if -c both is included as a parameter. You may have to change the script if you have made significant changes to the structure of the application.

    I will be away all of next week, but will transfer this ticket to another engineer if you are still in need of support during next week. If you can wait, I am happy to help you when I return.

    Best regards,

    Maria

Children
Related