I'm using SysBios on the Cortex A8 core of the OMAP3530. I would like to post a SWI from an HWI by calling Swi_or(). However, I apparently don't have the Hwi Dispatcher properly enabled, because I can post the SWI outside of the ISR but not from within.
I looked through the .cfg file Help documentation and the Bios 6.x User's Guide but couldn't find any information on explicitily enabling the Hwi Dispatcher. The documentation indicates that the extern global variables associated with the Hwi Dispatcher are enabled by default, but apparently I'm missing an initialization step.
Any assistance would be greatly appreciated.
Thanks
Bob