Lin Stack For array

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,772件の閲覧回数
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,753件の閲覧回数
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,754件の閲覧回数
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,746件の閲覧回数
itsnewforme
Contributor IV

Thank you so much