Clear LIN interrupt

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ZONDAR1
Level 2
Level 2
10 replies posted 5 questions asked 10 sign-ins

Hi,

I'm now using the LIN Slave component. I try to clear the interrupt but it is triggered repeatedly. Is there anything wrong with my code ?

 

    LIN_ISR_StartEx(svLinExecute); 

    void svLinExecute(void)
    {
        LIN_SCB_rx_ClearInterrupt();
        LIN_SCB_tx_ClearInterrupt();

        ...

    }

 

Best regards,

ZONDAR

0 Likes
2 Replies