Part Number: MCU-PLUS-SDK-AM243X
Tool/software:
Hi there,
do you have an EtherCAT Slave example on AM243x-LP without FreeRTOS nor any other RTOS?
Best,
Jinlong
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MCU-PLUS-SDK-AM243X
Tool/software:
Hi there,
do you have an EtherCAT Slave example on AM243x-LP without FreeRTOS nor any other RTOS?
Best,
Jinlong
Hi,
All EtherCAT examples present in Industrial Communications SDK are based on FreeRTOS. As of now, we do not have an example that could be used without RTOS.
Regards,
Aaron
We don't have a straightforward solution for the above requirement, but it is not very hard to do for EtherCAT since the original design from Beckhoff was baremetal based with one mainloop and two interrupts. You will have to make sure to convert PDI and Sync tasks to execute from interrupt base.
Regards,
Aaron