S32M244 Lin Stack

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

S32M244 Lin Stack

Jump to solution
2,692 Views
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 Kudos
Reply
1 Solution
2,654 Views
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

View solution in original post

3 Replies
2,655 Views
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,684 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@Chenxu1

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

Senlent_0-1742805111269.png

 

0 Kudos
Reply
2,673 Views
Chenxu1
Contributor II

Hi,Senlent

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

Chenxu1_0-1742819229843.png

 

0 Kudos
Reply