FRDM64f UART

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

FRDM64f UART

1,123件の閲覧回数
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 返答(返信)

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

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

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