Using PWMSP002 APP In FEE001_Example1_XMC13 project Autocode gen fail problem.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello

I have some autocode gen problem.

DAVEVer: Version: 3.1.10

Target : XMC1300 boot kit.

Example project: FEE001_Example1_XMC13 (add PWMSP002(1.0.34))

Description:

I want to Tested EEPROM Emulation using example project.

But if added PWMSP002 APP, auto code generation has been failed.

I already checked the build error message.

and checked the PWMSP002.h. but can't find out cause of error.


875.attach

876.attach
0 Likes
2 Replies
Not applicable
Hi eungi.ko,

The reason is because LIBS.h is included in the FEE001 header file but is not needed by the app. eTicket 602071081 has already been submitted.
At this time being, you just need to de-comment the "#include "../../inc/LIBS/LIBS.h"" in FEE001.h in order to remove the error.

Best regards,
Sophia
0 Likes
Not applicable
thanks sophia~!
0 Likes