Why S32K3 do not add UART IDLE function?

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

Why S32K3 do not add UART IDLE function?

跳至解决方案
1,124 次查看
xianlong
Contributor I

Hi,All

I use UART IDLE  to implement "UART receive indefinite length data".
But RTD2.0.0 don't have the idle function API,I need to change the code.
I wonder why S32K3_RTD does not implement idle function, is there any hidden danger? I find this feature very useful.

Regards,
xianlong

标记 (1)
0 项奖励
回复
1 解答
1,113 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Xianlong,

the drivers usually do not cover 100% functionality of the device and this is the case of idle detection. There was no such requirement to support this feature in the drivers.

There are no issues with this feature. I'm afraid that currently the only option is to implement the functionality by yourself.

Regards,

Lukas

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,114 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Xianlong,

the drivers usually do not cover 100% functionality of the device and this is the case of idle detection. There was no such requirement to support this feature in the drivers.

There are no issues with this feature. I'm afraid that currently the only option is to implement the functionality by yourself.

Regards,

Lukas

0 项奖励
回复