Part Number: TMDSECATCNCD379D
Hi there,
We are working with the EtherCAT slave stack code and trying trim down SPI and Sync0 ISR run time. Digging a little deeper we found that SPI read/write (etherCAT_slave_c28x_hal.c ESC_readSPI and ESC_writeSPI) takes up a lot of time. E.g. in ESC_readSPI there are 3 delays, 10, 5 and 2us.
My question can I cut back these delay? Will there be any adverse effect? (like maybe mixed up bit, incomplete read/write?)
Thanks for reading, any reply is greatly appreciate.