In S2E data from/to ethernet is directly write to/from UART buffer. I have to modify the transmission by adding additional buffers between eth and uart buffers. Exchange of data between the buffers I want to put in the main function. Main function is run every SYSTICK due to SysCtlSleep() at the beginning this function. Does Ethernet or UART interrupt also switch processor to run mode like SysTick interrupt?
Maybe there is any other better place in the code where I could put the exchange of data between buffers? lwIPHostTimerHandler()?