MC9S12VLA64 Lin Stack

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MC9S12VLA64 Lin Stack

904 Views
aly_sherif
Contributor I

I need Lin Stack supported by MC9S12VLA64 as it is not compiling.

0 Kudos
4 Replies

756 Views
hungnguyenphi
NXP Employee
NXP Employee

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.

0 Kudos

756 Views
aly_sherif
Contributor I

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 ?

0 Kudos

756 Views
hungnguyenphi
NXP Employee
NXP Employee

The current LINSTACK (fsl_lin_2.x_driver) has already supported MC9S12ZVL128.

pastedImage_1.png

We can add the #define _MC9S12ZVL128_H in file lin_hw_cfg.h.

0 Kudos

756 Views
danielmartynek
NXP TechSupport
NXP TechSupport

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

0 Kudos