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

Discussion Groups | TMS320C6x | HWI in BIOS of CCS6000

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

  

Post a new Thread

HWI in BIOS of CCS6000 - Hu Guang - Nov 7 1:22:00 2001

hi,Everyone,I have a problem that has troubled for
long time.
I use CCS2.0 for C6000. I run the program of timer
interrupt which comed with CCS2.0.
The interrupt of timer1 is connected with HWI_INT15.
When I connected the interrupt
with HWI_INT12 and I used the API fucntion
IRQ_map(IRQ_EVT_TINT1,12) in C
program. the interrupt didnot happen once.

IRQ_map(IRQ_EVT_TINT1,12);

/* Enable the timer event */
IRQ_enable(IRQ_EVT_TINT1);

/* Start the timer */
TIMER_start(hTimer1);
/*------------- -----------------------*/
void TimerEventHandler() {
static int cnt = 0;

LOG_printf(&LogMain,"Timer Event #%d",cnt++);
}
And i think my problem is similar as A. Feynman's. Who can give me a hand,Thanks!


______________________________
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 )