CDC ACM UART missing dependency

Hi there. I am trying to run USB UART on microcontroller nRF52840 (own board design). I am using Console over CDC ACM UART Sample. After build I am getting this error:

"CONFIG_UART_CONSOLE was assigned the value y, but got the value n. Missing dependencies: SERIAL_HAS_DRIVER",

I cant see any COM port after flashing the program, I think the reason is for whatever reason the CONFIG_UART_CONSOLE is disabled. I was trying to look what dependency it is, here is the link: https://docs.zephyrproject.org/1.14.1/reference/kconfig/CONFIG_SERIAL_HAS_DRIVER.html. I am not sure about the description of dependency, does it mean that nRF52840 doesn't have a driver to run CDC ACM UART or is there some wrong configuration. I was also defining .board file to work with CDC ACM UART. I have used the same exampe with nRF52840 dongle and it works well, no missing dependency. I was trying to use the same configuration for my custom board as I did for dongle.

Thanks for answers.

Parents Reply Children
No Data
Related