MarkusLange / Teensy_3.x_4.x_and_LC_LIN_Master

LIN Master for Teensy 3.x, 4.x and LC
14 stars 3 forks source link

LIN Break Limitation #8

Open trollkno1l opened 1 year ago

trollkno1l commented 1 year ago

Hi!

what is the reason there is a limitation of possible breakbits for configurating LIN Master? And why is it different with the teensy model used?

Because I would need more breakbits for my application... Guess it has to with UART, but cant tell why and how to fix it.

image

MarkusLange commented 1 year ago

Hi,

yes this limitations are on the Hardware side, differences are based on the controller it self you can try to emulate more breakbits with an pulldown and an delay, and use after it the Uart in the normal way