pn7462 interrupt based uart receive

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

pn7462 interrupt based uart receive

1,283 次查看
amarayya_hiremath
Contributor II

need support on pn7462 interrupt based uart receive example code or document guide.

 

has i seen all examples with polling method.

I wanted to receive at interrupt and process based on my requirement and time by reading from the received buffer.

please do the need full

标记 (1)
0 项奖励
回复
6 回复数

1,249 次查看
Fabian_R
NXP TechSupport
NXP TechSupport

Hello, sir.

I appreciate your interest in our products.

As you were able to see in our Library examples, we don't have anyone that may suit your needs. But, you can use the CLIF_INT_STATUS_REG register which has different status changes by hardware. Unfortunately, we don't have any examples we could provide. This implementation can only be implemented by your development team.

This information can be checked in the User Manual (UM10858).

I hope this information may have been useful.

Best Regards,
Fabian
0 项奖励
回复

1,216 次查看
amarayya_hiremath
Contributor II

Waiting for the answer/solution. please guide to receive the data at interrupt and process the data later.

0 项奖励
回复

1,164 次查看
Fabian_R
NXP TechSupport
NXP TechSupport

Please find the API functions in the following image:

Fabian_R_0-1672169461761.png

 

Best Regards,
Fabian
0 项奖励
回复

1,246 次查看
amarayya_hiremath
Contributor II

@Fabian_Rwe are using the api's to read and write to uart, so how this can be done without your api's..?

 

need a guide for to get it work. please help me to solve this.

since i have to read multiple data packet in very less time with this blocking call api[phExHif_Hw_HostInterface_Receive] i am missing the data and finally my application is miss behaving.

0 项奖励
回复

1,214 次查看
Fabian_R
NXP TechSupport
NXP TechSupport

The API has a lot of different ways to implement this, but please keep in mind that you will have to be very careful with the implementation since you are trying to implement an interruption.
APIs have different modules that may be helpful. This depends on your implementation but, my recommendation is to please check the API documentation for the M0 in the RF HAL module which also has different options. Like
phhalRf_HalEventWaitAny() or RF_IRQHandler(). You can explore this in the next path: …/SW368327/docs/PN7462AU/PN7462AU-FW-apiguide/db/dd9/group___r_f_hal.html

Best Regards,
Fabian
0 项奖励
回复

1,180 次查看
amarayya_hiremath
Contributor II

i didn't found the mentioned file

 

amarayya_hiremath_0-1671627873378.png

 

0 项奖励
回复