-
Hi All, I am trying to build sample code When using same code for nucleo_u575zi_q board, device is getting detected as RNIDS Compatible Device. However on console I am getting below errors. This error is coming from https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/usb/device/class/netusb/function_rndis.c
It looks like number of bytes are around 140 and I am running USB in full speed with 64 bytes of size. But same is true for nucleo_f429zi board as well. In which I dont get such error. Then I started debugging it, however could not find anything yet. I also found while building code, I am getting warning as Because of this error, started wondering whether we need ethernet driver to make usb-rndis work or there is some other issue with this. Can anyone please share some thoughts on this ? Thanks for your kind support!! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 19 replies
-
Did you try with b_u585i_iot02a platform ? |
Beta Was this translation helpful? Give feedback.
-
I built the samples/net/zperf/ and for any stm32u5 target board, What I see on the console is
with prj.conf including : |
Beta Was this translation helpful? Give feedback.
-
Hello @FRASTM did you get chance to look at this further ? |
Beta Was this translation helpful? Give feedback.
-
With zephyr-v3.2.0 and zephyr-sdk-0.15.2 and config setting suggested by @jfischer-no and @FRASTM |
Beta Was this translation helpful? Give feedback.
With zephyr-v3.2.0 and zephyr-sdk-0.15.2 and config setting suggested by @jfischer-no and @FRASTM
USB-RNDIS functionality works fine.