UART1 with K20 microcontroler using Keil uvison 4 MDK Lite

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

UART1 with K20 microcontroler using Keil uvison 4 MDK Lite

Jump to solution
1,027 Views
Amit_Kumar1
Senior Contributor II

Hello I am new to Kinetics and I was wondering is there any simplest example for UART .

I am using Keil uvision 4 MDK. I downloaded some samples but that didnt belong to K 20 microontroller and are not compatible with KEIL. I am using TWR-K20D50. tower development kit.

0 Kudos
1 Solution
629 Views
albertovargas
NXP Employee
NXP Employee

Hi Amit,

You can download the sample codes for TWR-K21D50 (TWR-K21D50M Sample Code) and check the uart (C:\...\TWR-K21D50M_SC\src\drivers\uart) initialization module, it includes a getchar and putchar function.

View solution in original post

0 Kudos
1 Reply
630 Views
albertovargas
NXP Employee
NXP Employee

Hi Amit,

You can download the sample codes for TWR-K21D50 (TWR-K21D50M Sample Code) and check the uart (C:\...\TWR-K21D50M_SC\src\drivers\uart) initialization module, it includes a getchar and putchar function.

0 Kudos