hi,
i created these two example projects on the S32DS IDE. one is IPCF example, another is PWM example.
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.
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.
i want to know the right way to integrate. And how do i fix this compilation error.
Thanks for your help!
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.
Wish it can help you.
BR
Joey