Hello All,
Here i am doing RND on AM335x with CCS and now i am able to import a bare metal example and i can create _ti.bin file and then
I can convert this file in to the app and then i will load it into SD along with MLO and then i can see my results.
Here problem now is i added library into my new created project but i am unable to use the functions which i would like to use.
for ex: I created a new project and i have added "#include <ti/board/board.h>" library in to my new project and i am trying to use " status = Board_init(boardCfg);" this function
but i am getting an error.
so i added predefined symbol as a evmAM335x also but still problem is not resolved.
Even i added full path like
/* Board header file */
#include <ti/board/board.h>
#include <C:\ti\pdk_am335x_1_0_17\packages\ti\board\board.h>
Anyone knows how to resolve this.
Thanks,
Anil D.