Skip to content

Conversation

@sans-ltd
Copy link

@sans-ltd sans-ltd commented Apr 7, 2025

  • During our tests with recorded data from a cars CAN bus (500kBit/s) we had a loss of over 90% while forwarding from CAN0 to CAN1.
  • The main reason are were the sleeps in task_CAN()
  • To overcome the sleeps without stability issues, we moved the creation of the queues to _init()
  • The creation and deletion if the tasks ist still active, as introduced in the fix to assert failed: spinlock_acquire spinlock.h:122 #48
  • In addition, the extra init of task_LowLevelRX() was cleaned up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant