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.

RTOS/AMIC110: Aligning tasks to EtherCAT SYNC0 signal

Part Number: AMIC110

Tool/software: TI-RTOS

I'm using AMIC110 and a DSP F28377D. Now I use a Clock module for sending McSPI data to DSP every 1 ms.

How to adjust Timer module or Clock Module to make my McSPI communication align to SYN0 HWI?

I can't just do McSPI communication in SYNC0 HWI function because McSPI communication is needed even the state machine is not in OP state.

My SDK version: PRU-ICSS-EtherCAT_Slave_01.00.04.02 + ti-processor-sdk-rtos-am335x-evm-04.00.00.04

Thanks.