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
To start, look into STM32 HAL for canfd. Potentially, we just use 3rd party libraries.
For receive: stack should support polling, interrupt based, and DMA
For transmit: stack should support blocking (wait until mesage is sent) and DMA.
To start, look into STM32 HAL for canfd. Potentially, we just use 3rd party libraries.
For receive: stack should support polling, interrupt based, and DMA
For transmit: stack should support blocking (wait until mesage is sent) and DMA.
What done looks like: