Hi,
I'm trying to configure some modules in the example code for S32G274A-Rev2 . but when I try to open the mex file in S32 Design Studio, I'm getting some error(Attached the same).
I'm using S32 Design Studio version 3.4
Please let me know which is the right SDK for the same.
S32G2 support guide
Solved! Go to Solution.
You must be trying to directly open a .mex from an RTD example folder
(<Your_RTD_Install_Dir>\eclipse\plugins\<Drv_Name>\examples\S32DS\<Example_Name>\)
It is not a valid way to work with this package.
To do it properly, you have to install RTD as an update/extension to S32DS:
then create a new project by following "File->New->Project from Example" menu path and
select the desired example:
When you follow this way, S32DS copies the example to your workspace and prepares it for
making modifications.
Hope this helps,
Platon
You must be trying to directly open a .mex from an RTD example folder
(<Your_RTD_Install_Dir>\eclipse\plugins\<Drv_Name>\examples\S32DS\<Example_Name>\)
It is not a valid way to work with this package.
To do it properly, you have to install RTD as an update/extension to S32DS:
then create a new project by following "File->New->Project from Example" menu path and
select the desired example:
When you follow this way, S32DS copies the example to your workspace and prepares it for
making modifications.
Hope this helps,
Platon
I import my project according to this way,but the mex file still can not be opended.
The RTD version is latest.
The example is MCSPTE1AK344_PMSM_FOC_2Sh_ll.
The reason is that RTD versions are not compatible. Modifying the mex file can solve this problem.
Hi @bpe,
Thanks for the help. It's working with the procedure you have mentioned.
Previously I was trying to open the mex file directly without installing the RTD.
Thanks
Ravindra