Hi,all
About LIN Buss ,a Break Field consists of Break and Break Delimiter , the Break Delimiter is 1 bit for S32K1_lin_demo .
if i want to change the Break Delimiter , can you get we some help? i try to adding some delays before i send Fync Field(0x55), But it can not work .
BRs,
xianlong
Solved! Go to Solution.
Hi,
There is no support in HW to extend break delimiter.
And the SDK/RTD drivers do not do it either.
Similar has been discussed with the SDK team before.
This was their answer:
So adding a delay loop as above is the only option.
This way you can't adjust the exact time of Break delimiter length. It is necessary to set the number of loops considering CPU Clock and UART Baudrate, and deviation may occur depending on CPU conditions.
BR, Petr
Hi,
There is no support in HW to extend break delimiter.
And the SDK/RTD drivers do not do it either.
Similar has been discussed with the SDK team before.
This was their answer:
So adding a delay loop as above is the only option.
This way you can't adjust the exact time of Break delimiter length. It is necessary to set the number of loops considering CPU Clock and UART Baudrate, and deviation may occur depending on CPU conditions.
BR, Petr
Oh,thank you, I find that my delay loop is too short.