Is EtherCat on STM32F207 and RMII (LAN8742) possible?
I am currently starting to investigate the possibility to run the Ethercat natively (without sub processor) on an STM32F207 (running at 120 MHz) with RMII. It is supposed to be a motorcontrol application that also runns a 16 KHz control interrupt to regulate the velocity.
As I see it so far I am trying to implement two realtime applications that do not tollerate any time offset.
So simply asked: is it possible to do this (in C and not assembler)? Or is it generally done with a dedicated subprocessor.