This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Running a sample projekt in am3359 ICE

Hey,

I have got an ICE. Now I`m trying to run a sample project. The i2c_led.

I have some warnings in the build, because some of the functions are unknown. I dont know which header is not included. Have anyone else this problem, or can solve the problem?

I`m using CCS5.1 and the newest SYS/BIOS.

These are thesome of the unknown functions:

 set_run_led();
set_act0_led();
reset_error_led();
reset_act1_led();
  mmuInit();
Thanks.