-
I've written a CAN to When this happens, I see that:
I've got |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@ned-pcs it's always a good idea to print TinyUSB logs by setting CFG_TUSB_DEBUG to value 2. I could imagine that your problem is caused by the USB packet buffer, which is sharing the last 256 bytes with the CAN peripheral (page 858 at ST's reference manual RM0091). I'm not experienced with TinyUSB's STM32 FS drivers, but Line 56 mentions that it should not be used simultaneously with CAN. Maybe there is a way to reduce the used USB buffer size? |
Beta Was this translation helpful? Give feedback.
-
I made a version of my app with the CAN disabled (and sending fake data as fast as possible), and I'm still getting a 0 return value from
|
Beta Was this translation helpful? Give feedback.
-
Originally posted by @ned-pcs in #761 (comment) |
Beta Was this translation helpful? Give feedback.
Originally posted by @ned-pcs in #761 (comment)