Create bare metal code for LED blinking on S32K144 using the S32DS .

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

Create bare metal code for LED blinking on S32K144 using the S32DS .

538 Views
VW
Contributor I

I have tried same code using provided sample code , it is working.

I want to create new project in the S32 DS without using the example code for for the blinking LED.

 

0 Kudos
Reply
2 Replies

513 Views
VW
Contributor I

Thank you for the inputs.

I will check with your provided inputs.

 

0 Kudos
Reply

524 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @VW 

Take a look to the S32K1xx Series Cookbook, this will be useful for you. 

To create a new project in S32DS without using an example:

  1. Click File > New > S32DS Application Project or S32DS Library Project on the menu bar.The first page of the wizard appears.
  2. Specify the name of the new project in the Project name text box. Note: The Location field shows the default project location. If youwant to change this location, clear the Use default location checkbox, click Browse and specify a different location.Click OK.
  3. Select the target processor from the Processors panel.
  4. Click Next. The second page of the wizard appears.
  5. Check the project settings, select the cores and parameters. Click Finish. The new project appears in the Project Explorer view. Note: Thewizard creates one or multiple projects, depending on the number of selectedcores.

 

B.R.

VaneB

0 Kudos
Reply