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.

unable to get hardware interrupt with BIOS 5.4

Hi,

I am using EVM from logic PD with som C6748 on it.We are using BIOS.But we are unable to get interrupt.We are using CCS4.1,BIOS version is 5.41

 

We have made the following changes in the .tcf file

bios.HWI.instance("HWI_INT4").interruptSelectNumber = 63;//RTC interrupt

bios.HWI.instance("HWI_INT4").fxn = prog.extern("interrupt4", "asm");

following changes are made in the dispatcher.

bios.HWI.instance("HWI_INT4").useDispatcher = 1;

Even though interrupt is configured for one minute,unable to get the interrupt

But one more work space is created without using BIOS.

but we are getting interrupt .(RTC Interrupt).

Pls help me where we are missing.