What is the maximum UART throughput of KL15?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

What is the maximum UART throughput of KL15?

899件の閲覧回数
kelvinvo
Contributor I

I'm using MKL15Z128VFM4 on custom board:

  • Crystal 7.3728MHz
  • Core clock 44.2368MHz
  • Bus clock 14.7456MHz
  • UART0 & UART1 are initialized to 921600 baud rate

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?

ラベル(1)
タグ(4)
0 件の賞賛
2 返答(返信)

383件の閲覧回数
mjbcswitzerland
Specialist V

Kelvin

Can you use DMA since this would remove interrupt overhead?

Regards

Mark

0 件の賞賛

383件の閲覧回数
perlam_i_au
Senior Contributor I

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.

0 件の賞賛