nrf5340 audio dk hci_uart sample and VCOM

I am using nrf5340 audio DK. After plugging it into the computer, 3 VCOMs and RTT will appear. What are these three ports?
docs.nordicsemi.com/.../logging_nrf5340.html Here is the nrf5340 DK

Why can other programs sysbuild compile two hex, one application mcu and one network mcu, but hci uart only has one application mcu?

Parents
  • Hi,

    For  the nRF5340 DK v1.0.0  there are 3 VCOMs:

    First VCOM: Outputs log from the network core (if available).
    Second (middle) VCOM: Routed to the P24 connector of the DK (can be used for custom UART connections).
    Third VCOM: Outputs log from the application core.

    For  nRF5340 DK v2.0.0, only two virtual COM ports are available.

    You can refer this documentation for more details. 

    In hci_uart, it only targets the application core. The network core is not used in this sample, so only one HEX file is generated. Other programs, you get two HEX files: one for the application MCU (app core) and one for the network MCU (net core).

    Regards,

    Priyanka

  • Hi Priyanka, How do I use the HCI UART example for the NRF5340 DK or the NRF5340 Audio DK?

    I just want to use nrf5340 dk or nrf5340 audio dk as a controller

Reply Children
No Data
Related