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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

639 次查看
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 项奖励
回复
2 回复数

614 次查看
VW
Contributor I

Thank you for the inputs.

I will check with your provided inputs.

 

0 项奖励
回复

625 次查看
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 项奖励
回复