Importing the NXP Cup sample app

To import the example project, go to File > New > S32DS Project from Example

Inside the window that popped up, select NXP CUP Sample Application > Nxp_Cup_S32K144.

To generate the configuration of the drivers, go to Peripherals tab, select Update Code and press ok. All errors in the Peripherals tool should go away after this step. This step must be repeated if/when you change the configuration in the Peripherals, Clocks, Pins tools.

Running the code

To run the code, go back to code view (C/C++ button) and press Debug Configurations under the Debug button menu.

Under GDB PEMicro Interface Debugging, select the one with your project’s name. If there isn’t one, create a new one. Press debug to upload the code.

Last updated