2024-04-09 11:16 PM
We have integrated FREERTOS in the project and checked the communication but getting TXERROR.
CAN Driver itself is not getting initialized.
2024-04-10 03:29 AM
Hi,
The code is not structured to be run "as it is" under freeRTOS.
Therefore, it is not enough to add the freeRTOS component but the code needs to be changed.
A specific Init task has to be created to manage all the peripheral initializations.
Best Regards,
AutoDevKit Team