UART2 - MKW01

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

UART2 - MKW01

1,055件の閲覧回数
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 返信

870件の閲覧回数
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