S32M244 Lin Stack

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
2,695件の閲覧回数
Chenxu1
Contributor II

Hi,NXP专家,我在使用S32DS3.5调试S32M244的时候,有如下问题:
开发环境:S32DS3.5
软件包:SW32K1_S32M24x_RTD_R21-11_2.0.0_P04_D2404_DS_updatesite.zip
协议栈:S32K1_S32M24X_LINSTACK_RTM_1_0_2_D2308_updatesite.zip
使用的example:Lin_Slave_S32M244_Example_DS
在查看example的配置的时候,发现无法查看外设配置工具,具体如下:
请帮忙看看如何解决,谢谢

Chenxu1_0-1742803133819.png

Chenxu1_1-1742803139022.png

 

 

0 件の賞賛
返信
1 解決策
2,657件の閲覧回数
hns80
Senior Contributor I

(Apologies for answering in English)

The mex file has an error that needs to be fixed before opening the configurator.

In the mex file, change this line:

<setting name="LDFRelativePath" value="src\LIN21.ldf"/>

to this:

<setting name="LDFRelativePath" value="src/LIN21.ldf"/>

The backslash is causing the problem

元の投稿で解決策を見る

3 返答(返信)
2,658件の閲覧回数
hns80
Senior Contributor I

(Apologies for answering in English)

The mex file has an error that needs to be fixed before opening the configurator.

In the mex file, change this line:

<setting name="LDFRelativePath" value="src\LIN21.ldf"/>

to this:

<setting name="LDFRelativePath" value="src/LIN21.ldf"/>

The backslash is causing the problem

2,687件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@Chenxu1

看这个LIN stack的release note, 这个应该是适配2.0.0版本的,可能原因应该是不支持P04版本

Senlent_0-1742805111269.png

 

0 件の賞賛
返信
2,676件の閲覧回数
Chenxu1
Contributor II

Hi,Senlent

我卸载并重装S32DS3.5,安装了RTD2.0.0,还是无法打开Lin Stack Example的MEX文件

Chenxu1_0-1742819229843.png

 

0 件の賞賛
返信