FRDM64f UART

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

FRDM64f UART

552 Views
ajaykr
Contributor I

I'm using FRDM-64F board for my project.I need to get the UART receiving data whenever it arrives on receive pin.I used UART3 PTC16 and PTC17 pins for UART and KDS as IDE. I tried several interrupt configuration,which are not working .Using UART_DRV_ReceiveData for reception which is also interrupt controlled that also not working.Please help me for solving that issue.Suggest any other pins, which is available on the board.

0 Kudos
3 Replies

447 Views
wojciechlesniew
Contributor I

If you're using OpenSDA built in uart, you have to use B16 and B17 pins, in other modules you need to connect RX, TX,  GND. Remember also to set properly baud and enable both receiver and transmitter.

If you want to use interrupts, you need to enable "on receiver full" interrupt methode and in the main file create ISR function like PE_ISR(yourISRnameHERE){...} or let PE do that for you (project->properties->PE->generate ISR).

0 Kudos

447 Views
ajaykr
Contributor I

Hi,

Thanks for the support.I referenced the code of lwip HTTP server creation

in FRDM-64f.How can I receive data from webpage.

On Mon, Nov 28, 2016 at 12:55 PM, wojciechlesniewicz <

0 Kudos

447 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi

Please check my colleague's comments at below thread:

https://community.nxp.com/message/853791


Thank you for the attention.

Have a great day,
Ma Hui

0 Kudos