S32K344 Flexio_Pwm_Ip missing header

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

S32K344 Flexio_Pwm_Ip missing header

424 Views
dsantxez
Contributor III

Hi there,

I have tried setting up a project that has SPI and CAN drivers in it. After setting the pins and the drivers, the code is generated without any issue coming from the S32 Design Studio. However, when compiling the code it gives the following error:

fatal error: Flexio_Pwm_Ip_BOARD_InitPeripherals_PBcfg.h: No such file or directory

This header is missing in a generated header by S32 Design Studio.

I have attached the project just in case someone can find and let me know what is the problem. If I am able to find it, will you guys know.

Thank you in advance,

0 Kudos
2 Replies

420 Views
dsantxez
Contributor III

I was able to find the error.

The mistake comes from the autogenerator code. It adds the functional name to header file but the generated file doesn't have it. Removing it from the name is enough.

Would be great to have some feedback from NXP to know why this is happening, maybe it's a issue at the setup file level.

Tags (1)

332 Views
CongDang
NXP Employee
NXP Employee

What does "autogenerator code" mean? I don't understand your problem very well but looking in your project, I see that it configured for Pwm also

0 Kudos