Hello,
I am running SYS/BIOS on OMAP-L138 ARM core. SYS/BIOS configuration looks like that:
When I am trying to use Timer 0 and configure the interrupt handler (int 21) I am receiving following error on the console:
[ARM9_0] ti.sysbios.family.arm.da830.Hwi: line 146: E_alreadyDefined: Hwi already defined: intr# 21
The int 21 is first time passed to Hwi_create and nothing is using it. Why I am receiving this error if even the clock module is dropped?