UART Address Matching on K66

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

UART Address Matching on K66

947 Views
jeremyanderson
Contributor III

I can see from this:

#define FSL_FEATURE_UART_HAS_ADDRESS_MATCHING (1)

that there may be an address matching capability in the UART, but I don't see any documentation of its use in the API.  Can someone point me to a more detailed set of documentation for the UART used in this SOC?  Even better, any experience on here with enabling and using this feature?

Tags (1)
0 Kudos
2 Replies

801 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

HI Jeremy.

FSL_FEATURE_UART_HAS_ADDRESS_MATCHING is used in KSDK1.x SW package.

Normally it is defined in <mcu_name>_features.h file and used in fsl_uart_hal.c file.

it is to brief Supports two match addresses to filter incoming frames.

I just checked there is no document describing this MACRO.

KSDK1.3  API reference manual can be downloaded here:

http://www.nxp.com/docs/en/reference-manual/KSDK13APIRM.pdf 


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

801 Views
jeremyanderson
Contributor III

Well it seems I must ask these questions before I find the answer.  In this case:

http://www.nxp.com/docs/en/reference-manual/K66P144M180SF5RMV2.pdf 

Hope this helps anyone stumbling along the same path.

0 Kudos