what is the difference among HWI in
<ti/sysbios/family/c64/Hwi.h>
<ti/sysbios/family/c64p/Hwi.h>
<ti/sysbios/hal/Hwi.h>
???
which one to use with C6678 for UART receive interrupt (149) and other HWI?
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.
what is the difference among HWI in
<ti/sysbios/family/c64/Hwi.h>
<ti/sysbios/family/c64p/Hwi.h>
<ti/sysbios/hal/Hwi.h>
???
which one to use with C6678 for UART receive interrupt (149) and other HWI?
Hi Murad,
This is not a correct forum for SYS/BIOS related question. Please raise your question to TI-RTOS forum in feature.
<ti/sysbios/family/c64/Hwi.h> file is used for C64x target-specific Hwi module.
<ti/sysbios/family/c64p/Hwi.h> file is used for C64x+ target-specific Hwi module.
For more information refer SYS/BIOS user guide.
http://www.ti.com/lit/ug/spruex3n/spruex3n.pdf
Thanks,
Thank you Ganapathi for your reply. I'll use the Bios forum next.
so for C6678, which one are we using C64c, C64x+, or something else...I am looking for C66 in the sysbios pdf and don't see any!?
Hi Murad,
Please use c64p on c6678 platform. The INTC is similar for C6678 and C64x+.
#include <ti/sysbios/family/c64p/Hwi.h>
Thanks,