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

Discussion Groups

Discussion Groups | TMS320C6x | ISR Overrun

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

  

Post a new Thread

ISR Overrun - pramod mishra - Jun 23 9:02:53 2008



Hi All,

 I have made a model in Simulink ...for which I have generated
code using 'Embedded Target using TI c6000'. My code runs on DSK6713.
However as soon as the code starts running ...i get a error 'ISR
Overrun - base sample time too fast' . and execution stops. Why is it
so ? What is the remedy?

Plz reply soon. Thanx in advance 

Pramod Mishra



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

Re: ISR Overrun - Richard Williams - Jun 23 11:52:22 2008

pramod, 
 
Your description sounds like some interrupt is enabled, that interrupt occurs, the interrupt 
handler routine is not clearing the interrupt pending etc flags, the interrupt immediately
occurs 
again.  
 
Also, the possibility that some interrupt source is initiating an interrupt event, that
interrupt 
event is saved in the interrupt pending flag, The source of the interrupt goes away, the
interrupt 
source occurs again, before the interrupt has been handled. 
 
R. Williams

---------- Original Message ----------- 
From: pramod mishra <p...@yahoo.com> 
To: c...@yahoogroups.com 
Sent: Mon, 23 Jun 2008 05:50:12 -0700 (PDT) 
Subject: [c6x] ISR Overrun 
 
> Hi All, 
>  
>  I have made a model in Simulink ...for which I have generated 
> code using 'Embedded Target using TI c6000'. My code runs on DSK6713. 
> However as soon as the code starts running ...i get a error 'ISR 
> Overrun - base sample time too fast' . and execution stops. Why is it 
> so ? What is the remedy? 
>  
> Plz reply soon. Thanx in advance 
>  
> Pramod Mishra 
------- End of Original Message -------

------------------------------------

OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x



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