This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Combine the Wireless_uart example and the USB CDC example

I tried to combine the Wireless_uart example with the USB CDC example to be capable of using both but it doesn't seem to be working.

When I plug my board using the nrf USB port, my board is not recognized by Windows, nor Linux.

My goal is to be able to send commands to the board through the nrf USB port to manipulate the 802.15.4 library (A bit like HCI_USB zephyr project for Bluetooth).

Any ideas ?

Thanks !

Heru

Parents Reply
  • Sorry for my late repsonse. I can't post my project because this one is private, but I made a small project with both examples inside it. Unfortunately, I'm not able to compile the new project due to a "multiple reference" error:

    (.text.UARTE0_UART0_IRQHandler+0x0): multiple definition of `UARTE0_UART0_IRQHandler'; Output/usbd_cdc_acm_pca10056 Release/Obj/nrfx_prs.o:nRF5_SDK_17.0.0_9d13099\modules\nrfx\drivers\src\prs/nrfx_prs.c:81: first defined here

    I supposed that in my project, my sdk_config file is not well configured (and also on this one). Could you please help to fix this error ? After this step, I think I'll be able to make my project work !

    Thanks !

    usbd_cdc_802.15.4.rar

Children
Related