I need Lin Stack supported by MC9S12VLA64 as it is not compiling.
HellloAly Hassan,
I see that the MC9S12ZVLA64 is similar with MC9S12ZVL128 (please see the RM in link https://www.nxp.com/docs/en/reference-manual/MC9S12ZVLRM.pdf for more information). I also check the header file and it is similar too. So we can work around by generate LinStack configuration for MC9S12ZVLA64 then change the include file in file lin_hw_cfg.h from:
#include <MC9S12ZVL128.h>
to :
#include <MC9S12ZVLA64.h>
#define _MC9S12ZVL128_H /* linstack using this define so we need to add it */
Best regards,
Hung.
Ok, then where can i get a LIN Stack for MC9S12ZVL128 ?
and about #define _MC9S12ZVL128_H /* linstack using this define so we need to add it */. where do i need to add this ?
The current LINSTACK (fsl_lin_2.x_driver) has already supported MC9S12ZVL128.
We can add the #define _MC9S12ZVL128_H in file lin_hw_cfg.h.
Hello aly.sherif@valeo.com,
The request is currently pending on the LIN STACK development team.
This thread will be updated as soon as there is more information,
Thank you,
BR, Daniel