Why S32K3 do not add UART IDLE function?

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

Why S32K3 do not add UART IDLE function?

Jump to solution
492 Views
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

Tags (1)
0 Kudos
1 Solution
481 Views
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

View solution in original post

0 Kudos
1 Reply
482 Views
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 Kudos