2021-07-10 02:27 AM
After importing a sample project, how to include header files of components configured.
Solved! Go to Solution.
2021-07-12 02:11 AM
Hello ,
you can include the header files of components configured
by using include macros in your source file :
#include "adc_lld_cfg.h"
Best Regards
Erwan
2021-07-12 02:11 AM
Hello ,
you can include the header files of components configured
by using include macros in your source file :
#include "adc_lld_cfg.h"
Best Regards
Erwan
2021-07-16 06:20 AM
Hello,
Thank you for your reply.
Please find below attached error snip which I am getting after building the project that is imported from SPC5 examples. I simply imported the application, then generated the SPC5 application and build the project.
I guess includes folder is missing from generated files (refer below snip)
I have also attached the workspace (.rar) in which the above error occurred.
Please let me know if any further information is required.
Thanks