You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[16844.222085] usb 3-3.3: new full-speed USB device number 29 using xhci_hcd
[16849.704731] usb 3-3.3: New USB device found, idVendor=1209, idProduct=ca01, bcdDevice= 1.01
[16849.704736] usb 3-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[16849.704738] usb 3-3.3: Product: CANnectivity USB to CAN adapter
[16849.704740] usb 3-3.3: Manufacturer: CANnectivity
[16849.704740] usb 3-3.3: SerialNumber: 333237323233510D00330035
[16850.727238] gs_usb 3-3.3:1.0: Couldn't send data format (err=-110)
[16850.727253] gs_usb: probe of 3-3.3:1.0 failed with error -110
I'm not sure if this is the right place to report this issue as I could not find the culprit. As @henrikbrixandersen is involved in both sides I'm posting it here as this project is less noisy.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. I have tried to reproduce this on my nucleo_h723zg (I don't have access to a nucleo_f756zg ) without luck. Using the patch from zephyrproject-rtos/zephyr#80820 (topisani/zephyr@8e6c8ae) along with the following command for building produces a firmware, which enumerates as it should under Linux kernel v6.8.0 (Ubuntu 22.04, Aarch64), without throwing any assertions:
west build -b nucleo_h723zg/stm32h723xx app/ -- -DFILE_SUFFIX=usbd_next -DCONFIG_ASSERT=y
What does addr2line -e build/zephyr/zephyr.elf 0x0800fbb2 ("Faulting instruction address (r15/pc)" from the stack trace) point to for the failing build? Can you provide a backtrace from that failing assert?
Describe the bug
I'm trying CANnectivity on a NUCLEO-F756ZG board. As soon as the Linux driver tries to access the device an assert get triggered.
I'm using the Zephyr version from PR zephyrproject-rtos/zephyr#80820 to workaround zephyrproject-rtos/zephyr#61464.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No crash
Logs and console output
Zephyr:
Linux:
Environment
Additional context
I'm not sure if this is the right place to report this issue as I could not find the culprit. As @henrikbrixandersen is involved in both sides I'm posting it here as this project is less noisy.
The text was updated successfully, but these errors were encountered: