How can i port FreeRTOS to MPC5748G in S32DS for Power?

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

How can i port FreeRTOS to MPC5748G in S32DS for Power?

Jump to solution
2,273 Views
timwang
Contributor II

I have these sources.捕获.PNG

0 Kudos
1 Solution
1,599 Views
jiri_kral
NXP Employee
NXP Employee

Hello, 

best way how to use FreeRTOS with S32DS is starting from SDK example (part of S32DS). On the main menu  bar click on File -> New -> S32DS Project from Example

s32ds_2017-09-05_13-49-42.png

In MPC57xx EAR SDK v0.8.0 Example Projects folder choose MPC5748G -> demo_apps -> freertos_mpc5748g

pastedImage_2.png

View solution in original post

0 Kudos
4 Replies
1,600 Views
jiri_kral
NXP Employee
NXP Employee

Hello, 

best way how to use FreeRTOS with S32DS is starting from SDK example (part of S32DS). On the main menu  bar click on File -> New -> S32DS Project from Example

s32ds_2017-09-05_13-49-42.png

In MPC57xx EAR SDK v0.8.0 Example Projects folder choose MPC5748G -> demo_apps -> freertos_mpc5748g

pastedImage_2.png

0 Kudos
1,599 Views
jfrey
Contributor IV

I haven't been able to compile anything from the MPC57xx EAR SDK v0.8.0 examples.

I'm getting a missing Cpu.h, which doesn't exist on my hard drive. Is there another set of packages that we need to install to compile it?

0 Kudos
1,599 Views
timwang
Contributor II

Hi Jed,

You have to generate code from the ProcessorExpert tool,just like this捕获.PNG

Regard

0 Kudos
1,599 Views
timwang
Contributor II

Hi Jiri,

I have done these steps,but i only got one project,and this project was still lack of many files.How can l achieve three projects like other examples such as the 'Hello' example.

Thanks for your reply.

0 Kudos