FRDM64f UART

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

FRDM64f UART

1,103 次查看
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 项奖励
回复
3 回复数

998 次查看
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 项奖励
回复

998 次查看
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 项奖励
回复

998 次查看
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 项奖励
回复