Lin Stack For array

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

Lin Stack For array

Jump to solution
1,092 Views
itsnewforme
Contributor IV

Hi, I'm using Lin Stack For S12 ECU. Earlier I've used it for getting and setting scaler values of signal. But now I want to use it for arrays.

I've created LDF and NPF for the same and it is working fine PFA

itsnewforme_0-1678882505888.png

Now, I want to know how to use the read and write API of array to get and set values PFA

itsnewforme_2-1678882582343.png

Is there any example or reference code for the same

Thanks in advance

Regards, Abhijit

 

 

Tags (3)
0 Kudos
Reply
1 Solution
1,073 Views
nxf78987
NXP Employee
NXP Employee

Hi itsnewforme,

You can use those defines with transmitting into arguments: 

start: the start element of array.

count: the number of element.

data: array save data.

Best regards,

Dan

View solution in original post

2 Replies
1,074 Views
nxf78987
NXP Employee
NXP Employee

Hi itsnewforme,

You can use those defines with transmitting into arguments: 

start: the start element of array.

count: the number of element.

data: array save data.

Best regards,

Dan

1,066 Views
itsnewforme
Contributor IV

Thank you so much