Hi,
I running a custom application on nRF5340 PDK using zephyr (2.3.0) and nordic SDK (1.3.0).
I tried to build Zephyr HID examples and got an error. (I don't think it's application issue)
I checked in dtsi files if usbd is declared in the same way as nrf52840 and I don't find any reference to usb in zephyr/dts/arm/nordic/nrf5340_cpuapp.dtsi
I'm not able to find in Nordic Zephyr documentation if USB support is working with nRF5340/Zephyr ?
- Does USBD is supported with Zephyr/nRF5340 ?
- If yes, how to enable it ? (Point me on documentation or version)
- If no, when is it planned to get USB support ?
Thank you.