Hi
I'm trying to see what throughput I can get from SPI and SCI on the new F2837xd. From the datasheet, I saw that GPIOs maximum frequency is 25MHz. For SPI, maximum clock frequency is LSPCLK / 4. For SCI, maximum baud rate is LSPCLK / 16. With LSPCLK configured to be 200MHz (SYSCLK / 1), theoretically, maximum SPI clock would be 50MHz and SCI would have a maximum of 12.5MHz. Based on the GPIO maximum frequency, SCI would be able to go at 12.5MHz but SPI would be maxed out at 25. On top of that, on the first page of the datasheet, it is written that SPI is high speed at 40MHz. I just wanted to confirm what are the real limitations here. The usage would be to make to F2837xD communicate together using one or both of these communications link.
Thanks!