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

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

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

863 Views
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.

Labels (1)
0 Kudos
Reply
1 Reply

709 Views
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.
-------------------------------------------------------------------------------