How are porting MAC57D5xxEVB-Code-Examples project to S32 project?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How are porting MAC57D5xxEVB-Code-Examples project to S32 project?

944 次查看
join_ren
Contributor III

I want to porting MAC57D5xxEVB-Code-Examples project to S32 project. 

Please tell me how to do it. 

MAC57D5xxEVB-Code-Examples :

https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/mac57dxxx...

Thanks for your support.

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

790 次查看
bpe
NXP Employee
NXP Employee

S32V and MAC57D processors are very different at the SoC level although
they have a similar set of cores. For this reason, there is no automatic
code migration tool to convert code from one to another. Thus, what you
can do is:

1. Create a new project in S32DS, specifying S32 as a target.

2. Manually import code

3. Review and adjust, if necessary.

4. Build

5. Debug.


Have a great day,
Platon

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------