CCS 4.2.1.00004 SYS/BIOS 6.31.04.27
C6746, C6748. OMAP-L138
How do I control the usage of HWI's by the various SYS/BIOS modules?
I will be using a large number of the available interrupt events on these processors and need to know how to manage the HWI configuration.
If a create a timer under SYS/BIOS (via Timer_create) it somehow maps the timer event to an HWI without any input on my part.
If I try to create a HWI for a specific event I often get a exception message, for example:
ti.sysbios.family.c64p.Hwi: line 137: E_alreadyDefined: Hwi already defined: intr# 14
xdc.runtime.Error.raise: terminating execution
even though nothing else that I know of is using HWI14.
Are some of the HWI's and events reserved by the SYS/BIOS, and if so which ones?
How do I, for example, create a timer with the interrupt event activated and use the EventCombiner to handle the interrupt?
Is there an example for using the EventCombiner in SYS/BIOS?
Thanks,
Peter Steinberg