Sign in

username:

password:



Not a member?

Search c28x



Search tips

Subscribe to c28x



Ads

Discussion Groups

Discussion Groups | TMS320C28x | Program branches to illegal ISR

Technical discussions about the TI C28x DSPs (including the C2810, C2811, C2812, F2801, F2806, F2808, F2810,, F2811, F2812, R2811 and R2812).

  

Post a new Thread

Program branches to illegal ISR - naay...@gmail.com - May 29 14:54:36 2008



Hi all,

When i run my program in RAM or Flash memory, it branches to illegal ISR routine. compilation
and build is ok. No errors appeared. but if i run my program again, it shows the status as
running,but no output. what is the reason for it? 

Has anyone faced this thing before?

Please help

Thanks
------------------------------------

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 can post a message or access and search the archives of this group on DSPRelated.com:
http://www.dsprelated.com/groups/c28x/1.php

_____________________________________




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

Re: Program branches to illegal ISR - Bhaskar Reddy N - Jun 3 7:54:54 2008

Have you tried single stepping to see when it is happening. You can 
try disabling all interrupts first and then start enabling one by one 
to see with. In example projects provided by TI/Spectrum digital all 
the ISRs are initialized with default vector table. 
If you are running your own code on custom hardware then stop feeding 
input signals if any and start giving one by one. 

--- In c...@yahoogroups.com, naayagi04@... wrote:
>
> Hi all,
> 
> When i run my program in RAM or Flash memory, it branches to 
illegal ISR routine. compilation and build is ok. No errors appeared. 
but if i run my program again, it shows the status as running,but no 
output. what is the reason for it? 
> 
> Has anyone faced this thing before?
> 
> Please help
> 
> Thanks
>

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

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 can post a message or access and search the archives of this group on DSPRelated.com:
http://www.dsprelated.com/groups/c28x/1.php

_____________________________________




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