UART2 - MKW01

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

UART2 - MKW01

1,045 次查看
mircopizzichini
Contributor III

Hi,

I'm using Radio Utility demo on MKW01, and I need to communicate on UART 2, but the developed firmware only supports UART 0 (and partly UART 1, but I think something is missing).

Have you got the correct driver to implement UART 2 on this architecture?

Thank you

Mirco

标签 (1)
1 回复

860 次查看
AngelC
Senior Contributor I

Hello,

The UART driver used in Radio Utility application only supports UART0 and UART1 indeed. If you need the UART2 module you should modify the driver to achieve so. This is totally application specific. You could start checking how signals are declared in UART_Interface.h file and add/modify the UART signals for port 2. Please refer to Reference manual for further details about available pins.

I hope this helps.


Regards,

Angel