Other Parts Discussed in Thread: CODECOMPOSER, SYSBIOS
Hello,
I am just beginning with Sys/Bios
I use L138 evaluation board from Logic PD, with C6748 processeur, CodeComposer 4.2
I added a new HWI from ti_sysbios_family_c64p_Hw0
It generated following source in app.cfg :
var ti_sysbios_family_c64p_Hwi0Params = new ti_sysbios_family_c64p_Hwi.Params();
ti_sysbios_family_c64p_Hwi0Params.instance.name = "ti_sysbios_family_c64p_Hwi0";
Program.global.ti_sysbios_family_c64p_Hwi0 = ti_sysbios_family_c64p_Hwi.create(5, "&isrAudio", ti_sysbios_family_c64p_Hwi0Params);
and I got these errors after build :
configuring app.x674 from package/cfg/app_p674.cfg ...
cl674 package/cfg/app_p674.c ...
"package/cfg/app_p674.c", line 15647: error: declaration is incompatible with "void *ti_sysbios_family_c64p_Hwi0" (declared at line 1191)
1 error detected in the compilation of "package/cfg/app_p674.c".
I am not sure if I do the right things ...
Thank you for your help