This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BIOS & Interrupt Functions

I have mostly the last question regarding C6748 programming.

 

It involve BIOS functions and interrupt mega-module capabilities of the chip.

 

As far I know is necessary to allocate resources hardware interrupts( HWI in resource file) and after that use BIOS API HWI functions to assign interrupts.(I am using HWI5,6,7)

 

I am assuming the same logic for hardware events(HWE at the same resource manager) . I am allocating resources for event 94(UPP hardwired), event 31(EMAC Level 1 hardwired) and event 27(EMAC Level 0 hardwired).

 

Unfortunately in BIOS API I did not find BIOS API event related functions which assigning and enabling event capabilities. This is related to interrupt controller on mega-module of C6748.

 

Please let me know about those functions.  Thank you.