Hi,
I'm working with EZSDK on DM8148 EVM.
1. How can I receive HWIs in the dsp?
2. I've tried to use the function Hwi_eventMap, but I get "undefined symbol" linking error:
undefined first referenced
symbol in file
--------- ----------------
HWI_eventMap ../obj/Temp.obj
I tried adding the following to the linker command, but it didn't solve the problem:
-l /ezsdk/component-sources/bios_6_33_05_46/packages/ti/sysbios/lib/instrumented_e674/sysbios/sysbios.lib \
-l /ezsdk/component-sources/bios_6_33_05_46/packages/ti/sysbios/lib/debug/ti.sysbios.ae674 \
-l /ezsdk/component-sources/bios_6_33_05_46/packages/ti/bios/lib/release/ti.bios.ae674 \
Can I use the function Hwi_eventMap? How can I map event to hwi?
3. Looking on dsp/bios 5.31 API Reference Guid (spru403n.pdf), I see "HWI Module" section. However, in Sys Bios 6.33, I didn't see such document, is there HWI module in sys/bios? how can I use it? Does it have a document describing it?
Thanks,
Gilad