I'm using MKL15Z128VFM4 on custom board:
I need to transfer data between two UARTs at high speed, but the UART hardware buffer is one byte and that means there will be one interrupt for every byte comes into or out of the UART.
What is the maximum data throughput the MCU can achieve?
At that maximum speed, how much processing time is left?
Kelvin
Can you use DMA since this would remove interrupt overhead?
Regards
Mark
The UART speed will depends of the clock configuration, you can review the 5.7.6 UART clocking chapter on the reference manual KL1580M48SF0RM. Regard the maximum data throughput it will depends of course of your operation mode and the MCG configurations.