UART Address Matching on K66

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

UART Address Matching on K66

971 次查看
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?

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

825 次查看
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 项奖励

825 次查看
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 项奖励