Hello,
I am using SYS/BIOS 6.35.3.47 and OMAPL138. To enable the FIQs, the function Hwi_enableFIQ is called before BIOS_start() is called. And the priority 0 is assigned to myISR.
To using the function Hwi_eneableFIQ in my code, the header file "ti/sysbios/family/arm/da830/Hwi.h" is included instead of "ti/sysbios/hal/Hwi.h".
Is the ti/sysbios/family/arm/da830/Hwi.h correct choice for my hardware ? (I expect da850 instead of da830).
My application has been crashed within myISR with the following message
Can't find a source file at "c:\docume~1\demiralp\locals~1\temp\ti_mkl~1\src/exit.c"
Before I decide to use FIQs and applied Them in my code, myISR was run properly as I expected.
Any help, suggestion would be appropriated
Thank.