S32K344 Flexio_Pwm_Ip missing header

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

S32K344 Flexio_Pwm_Ip missing header

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

453 次查看
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.

标记 (1)

365 次查看
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 项奖励