pn7462 interrupt based uart receive

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

pn7462 interrupt based uart receive

850 Views
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

Tags (1)
0 Kudos
6 Replies

816 Views
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 Kudos

783 Views
amarayya_hiremath
Contributor II

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

0 Kudos

731 Views
Fabian_R
NXP TechSupport
NXP TechSupport

Please find the API functions in the following image:

Fabian_R_0-1672169461761.png

 

Best Regards,
Fabian
0 Kudos

813 Views
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 Kudos

781 Views
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 Kudos

747 Views
amarayya_hiremath
Contributor II

i didn't found the mentioned file

 

amarayya_hiremath_0-1671627873378.png

 

0 Kudos