MPC5748 IO Config tool

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

MPC5748 IO Config tool

574 Views
tech3
Contributor I

Hello Supporters

I am new to the MPC5748 and NXP, and am finding it difficult to correctly configure the GPIO pins for various interfaces.

Does NXP make a program to help configure these MPC5x devices ?

Eg

MPC5x_GPIO_Config_Tool

Ie

The program has the ability to choose pin functions from a drop-down menu,

then be able to Save a device-configuration file eg device.h, that has all the correct configurations correctly written.

PS I found the MCUXpresso Config Tools program, but it does not have the MPC57 series of MPU.

Tags (1)
0 Kudos
1 Reply

487 Views
martin_kovar
NXP Employee
NXP Employee

Hello Colin,

in general, there are two ways you can go with MPC5748G.

First way is bare board project and in this case there is no tool for GPIO configuration available.

Second way is SDK, which is included in S32 Design Studio. If you choose this way, Processor Expert is available and using this tool you can configure almost all peripherals. Only thing you must remember when you use SDK is, that SDK does not cover all microcontroller functionality, it has large overhead, a it is not recommended to mix SDK and no SDK code. This means, you should not take some piece of SDK code and place it into a project, which is non SDK.

Please see the figure below, which shows, how Processor Expert looks like:

pastedImage_1.png

Theoretically, there is one other way and this is MCAL drivers, but these are provided under license and from my point of view, these are more difficult to use than SDK mentioned above.

Please let me know, if you have any other questions.

Regards,

Martin

0 Kudos