2017-03-13 01:58 AM
Hi all,
I'm new to the enviroment so I'm sorry to be so newbie.Last Friday I was using a test application to get started and at the first attempt i could flash the program and everything was fine. Now I open SPC5Sudio and I find errors that there weren't 'Unresolved Inclusion 'components.h'' and the same with all the libraries that i'm using ('pwm_lld_cfg.h', 'spi_lld_cfg.h', 'pit_lld_cfg.h', 'can_lld_cfg.h').I checked in the SPC5 settings to look for the libraries inclusion and there aren't so does someone know where I can find them???Thanks a lot.
Daniele.#pwm #can #spi #libreriesSolved! Go to Solution.
2017-03-13 03:29 AM
Hello Dianele ,
it is a just a Eclipse settings :
in
C/C++ general ==> Preprocesseur Includeyou should add your cfg , include directories in the project settings
you can add the compilers include directories
https://community.st.com/0D50X00009XkibOSAR
Best regards
Erwan
2017-03-13 03:29 AM
Hello Dianele ,
it is a just a Eclipse settings :
in
C/C++ general ==> Preprocesseur Includeyou should add your cfg , include directories in the project settings
you can add the compilers include directories
https://community.st.com/0D50X00009XkibOSAR
Best regards
Erwan
2017-03-13 05:13 AM
I tried to find similar topics but i didn't find them.
Many thanks by the way, Erwan.