Not applicable
Oct 01, 2014
02:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 01, 2014
02:10 AM
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.

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.
2 Replies
Not applicable
Oct 06, 2014
08:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 06, 2014
08:20 PM
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
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
Not applicable
Oct 07, 2014
02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 07, 2014
02:39 AM
thanks sophia~!