Hi
I am developing for a C6670 dsp and am using SYS/BIOS 6_32_04_49.
I have adapted a TI example that #includes ti/sysbios/family/c64p/Hwi.h".
I am now merging in code from another application that uses /ti/sysbios/hal/Hwi.h
This results in warnings similar to:
"C:/TI/bios_6_32_04_49/packages/ti/sysbios/hal/Hwi.h", line 715: warning: incompatible redefinition of macro "Hwi_Instance" (declared at line 892 of "C:/TI/bios_6_32_04_49/packages/ti/sysbios/family/c64p/Hwi.h")
Which of these two header files should I be using? What is the difference between them please?
I should add that the TI example uses the c64p folder because it requires EventCombiner.h, which is not available in the hal folder.
Best regards
David