Hi,
It appears that your code has issue.
Pls refer to section 25.7.9 for break generation.
void Lin_SendBreak(void)
{
//set the Lin mode
UART0-CFG|=1<<8;
//send break
USRT0->CTRL|=1<<1;
while(USRT0->CTRL&0x02) {}
}
Pls have a try.
BR
XiangJun Rong
xiangjun_rong_0-1726220705554.png