MPC574XG_MCAL4_0 issue

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

MPC574XG_MCAL4_0 issue

1,026 Views
abuda
Contributor I

Hi,

I'm having an issue with MPC574XG_MCAL4_0_RTM_1_0_5.

When I import the sample project in EB Tresos I get the following error.

pastedImage_1.png

I checked what plugins I have available and the ones in my Tresos installation directory that were available in the same MCAL package are xxx_TS_T2D35M10I5R0 which is a slightly different version than what the project requires.

Can I get the different versions or perhaps is there a different Tresos workspace which uses the newer I5 versions?

Thank you in advance,

Alex

0 Kudos
2 Replies

897 Views
frantisekdobes
NXP Employee
NXP Employee

Hello Alex,

there is an old version 1.0.3 instead of 1.0.5 in the preferences.xdm file located here:

c:\NXP\AUTOSAR\MPC574XG_MCAL4_0_RTM_1_0_5\MPC574XG_MCAL4_0_RTM_1_0_5_Sample_Application\Tresos\workspace\MCAL_SampleApplication\.prefs\preferences.xdm

It can be fixed by changing the MCAL version from 1.0.3 to 1.0.5 and Autosar OS version from 4.0.88 to 4.0.92 in preferences.xdm file as follows:

- replace all occurrences of TS_T2D35M10I3R0 by TS_T2D35M10I5R0
- replace all occurrences of "1.0.3 RTM" to "1.0.5 RTM"
- replace Os_TS_T2D35M4I0R88 to Os_TS_T2D35M4I0R92
- replace "4.0.88" to "4.0.92" (version of Autosar OS)

Here is screenshot of changes I did to fix it (left side is the old file, right side is the fixed one, this screenshot shows only a few changes, not all):

preferences_xdm_fixed.png

Best Regards,

Frantisek

0 Kudos

897 Views
abuda
Contributor I

Thanks very much,

That fixed it.

0 Kudos