MPC5XXX family of processors are 32bit PowerPC embedded microprocessor powered by e200 core. (joint developed by Freescale and STMicro) link
Unfortunately Freescale seems to have lost many of code examples after the NXP acquisition, this example wants to bring some code examples to help those who start with this product.
The MPC5XXX is particularly interesting in automotive application thanks to its powerful eTPU engine. link
Usage:
- download and install S32 Studio link
- clone this repository: git clone https://github.com/hoverflow/MPC5XXX-ledblink.git
- import the project (project file is inside ledBlink directory)
- compile and debug the code