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
If the delay in the loop of the example CAN_write is removed, the proposed interrupt based solution hangs after a few messages. Even a delay of 1 millisecond is not enough to prevent this behaviour. The polling based solution works in any case.
The text was updated successfully, but these errors were encountered:
alexbernardino
changed the title
Interrupt interrupt based reads hang in high throughput writes
Interrupt based reads hang with high throughput writes
Nov 6, 2019
In case of high throughput it result in rx buffer 0 overflow, then I reset the controller. It's a workaround, but it works. Anyone with a better solution?
If the delay in the loop of the example CAN_write is removed, the proposed interrupt based solution hangs after a few messages. Even a delay of 1 millisecond is not enough to prevent this behaviour. The polling based solution works in any case.
The text was updated successfully, but these errors were encountered: