UART2 - MKW01

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UART2 - MKW01

688 Views
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

Labels (1)
1 Reply

503 Views
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