Lin Stack For array

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Lin Stack For array

跳至解决方案
1,768 次查看
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

 

 

标记 (3)
0 项奖励
回复
1 解答
1,749 次查看
DanNguyenDuy
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

在原帖中查看解决方案

2 回复数
1,750 次查看
DanNguyenDuy
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,742 次查看
itsnewforme
Contributor IV

Thank you so much