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
已解决! 转到解答。
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