SAF configuration issue

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

SAF configuration issue

Jump to solution
1,179 Views
ajayd
Contributor I

Hi,

I have downloaded & installed the s32k3 safety software framework(Evaluation version) by using "S32K3_SAF_1.0.0_EVAL_DS_updatesite". we can see the library is installed correctly as shown below, 

ajayd_0-1661538132358.png

 

 

But, the safety components in S32DS config tool are not visible, I can only see the MCAL & Drivers in peripheral but safety configuration is not available to configure,

ajayd_1-1661538132436.png

 

any help is appriciated. Thanks.

0 Kudos
1 Solution
1,165 Views
frantisekdobes
NXP Employee
NXP Employee

Hi,

I have tested the S32K3_SAF_1.0.0_EVAL_DS_updatesite.zip (with RTD1.0.0 and S32DS3.4) and I can see the SAF modules in S32CT configuration tool. Note that I do not have RTD2.0.0 installed.

There is a known issue that SAF 1.0.0 cannot be configured in S32DS if also RTD2.0.0 is installed. Could you check if you have RTD2.0.0 installed in S32DS? If yes then either the RTD2.0.0 need to be uninstalled or there exists a workaround to make SAF configurable when both RTD 1.0.0 and RTD2.0.0 are installed. The workaround is to modify the compatibility.xml file (c:\NXP\S32DS.3.4\eclipse\mcu_data\configuration\compatibility.xml) to remove the S32K344 items:

workaround.png

With this change the S32DS will not automatically upgrade all projects to RTD2.0.0 (it will keep them at original version 1.0.0).

Best Regards,

Frantisek

View solution in original post

2 Replies
1,152 Views
ajayd
Contributor I

Hello @frantisekdobes ,

 

Thank you for the reply and sorry for the delay in response.

I deleted that, compatibility.xml file from the installation location and it got worked for me.

 

Thank again!

Regards,

Ajay D.

0 Kudos
1,166 Views
frantisekdobes
NXP Employee
NXP Employee

Hi,

I have tested the S32K3_SAF_1.0.0_EVAL_DS_updatesite.zip (with RTD1.0.0 and S32DS3.4) and I can see the SAF modules in S32CT configuration tool. Note that I do not have RTD2.0.0 installed.

There is a known issue that SAF 1.0.0 cannot be configured in S32DS if also RTD2.0.0 is installed. Could you check if you have RTD2.0.0 installed in S32DS? If yes then either the RTD2.0.0 need to be uninstalled or there exists a workaround to make SAF configurable when both RTD 1.0.0 and RTD2.0.0 are installed. The workaround is to modify the compatibility.xml file (c:\NXP\S32DS.3.4\eclipse\mcu_data\configuration\compatibility.xml) to remove the S32K344 items:

workaround.png

With this change the S32DS will not automatically upgrade all projects to RTD2.0.0 (it will keep them at original version 1.0.0).

Best Regards,

Frantisek