S32G399A:a compilation error

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

S32G399A:a compilation error

452 Views
kan_123
Contributor I

hi,

i created these two example projects on the S32DS IDE. one is IPCF example, another is PWM example.

1734920867806.png1734920967827.png1734921011045.png

There is no problem with compiling the two projects separately.

Now i'm trying to integrate the PWM project into the IPCF project, but there is a compilation error. 

1734921784306.png

This ' __Stack _tart_c1 '  is the field for the PWM project, i added it to the IPCF project. The way i integrated the two projects into one project was to compare the two projects and add all the excess PWM to the IPCF project. 

1734922122484.png

i want to know the right way to integrate. And how do i fix this compilation error.

Thanks for your help!

0 Kudos
Reply
1 Reply

425 Views
Joey_z
NXP Employee
NXP Employee

hi,kan_123

It is suggested that you can merge the two projects of S32DS in the following two ways.

1. For example, copy a PWM project related to.h and. C drive the file to another IPCF project, and then add the.h file in IPCF to call the PWM function.
2. In the S32 Configuration Tools of a project, add peripherals for another project.

Joey_z_0-1734951261390.png

Wish it can help you.

BR

Joey

0 Kudos
Reply