Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

HWI - muneeb abid - Dec 3 9:35:23 2008

Hello,

I am configuring HIW INT4 using DSP Bios.

1. In sheduling->HWI->HWI_INT4 onject included the function isr fuction
"_Testist". and checked the box to use dispatcher.
2. Then in main i enable the GIE bit and IER bit 
3. While loop and wait for the intrupt.

But when i give the intrupt on INT4 there is no change in IFR register and  the
fuction is not called.

If i manually triger the IFR bit function is called .

Can you anybody guide me what is wrong i am doing. Is there a way to connect
INT4 pin to HWI_INT4?. i am using DSK6455 and the DSP bios 5.31
-muneeb

______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: HWI - Jeff Brower - Dec 3 12:56:22 2008

Muneeb-

> I am configuring HIW INT4 using DSP Bios.
>
> 1. In sheduling->HWI->HWI_INT4 onject included the function isr
> fuction "_Testist". and checked the box to use dispatcher.
> 2. Then in main i enable the GIE bit and IER bit
> 3. While loop and wait for the intrupt.

Are you looping in main()?  If so you can't do that, you gotta exit main()
before
DSP/BIOS is fully initialized and "ready for action".

-Jeff

> But when i give the intrupt on INT4 there is no change in IFR
> register and  the fuction is not called.
>
> If i manually triger the IFR bit function is called .
>
> Can you anybody guide me what is wrong i am doing. Is there a
> way to connect INT4 pin to HWI_INT4?. i am using DSK6455 and
> the DSP bios 5.31



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )