How to configure LIN Identifier filter for SPC560B54L5 discovery board .
Hello,
I am using LIN4 as slave , but I am not able to activate the identifier filter . Actually other than lin driver 0(LD0) , lin identifier filter is not getting activated.
ldp->linflexlp->IFER.R = (uint16_t) (ifer | (((uint32_t)1U << 1))); /* Enable #Filter */
Program is getting stuck in above statement in lin_lld.c->spc5_linflex_set_filter function.
as per the reference manual,
To configure an identifier filter the filter must first be activated by programming IFER[FACT] = 1.
but where exactly we have to make the configuration for activating the filter.
