Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).
Post a new Thread
Undefined Instruction Interrupt on ARM OMAP 1510 - rmb - Aug 23 0:21:00 2005
Hi,
Am working on the ARM on OMAP 1510 Innovator board. When I step over
a function the code hangs. On halting the processor it ends up on
undefined instruction interrupt. However on stepping through the same
function it executes the code and I can come out of the function
properly.
This happens most of the time, though not all times.
Stack size is set at 2000. Increasing it did not change the behaviour.
Why is this happening ?
What should be done to recify this ?
kindly reply,
rmb
______________________________
Start your
Android Ice Cream Sandwich development on TI's
AM35x Sitara ARM Cortex-A8 processor today.
(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )
Re: Undefined Instruction Interrupt on ARM OMAP 1510 - dile...@yahoo.com - Aug 29 5:44:00 2005
hi,
Ensure that the board is not generating unwanted interrupts.
Looks like the processor is getting interrupts and it is trying to branch to the
service routine. You may not observe this when you single step as the processor
may not be running for a sufficient time for the interrupt to occur and the
processor to respond.
regards,
Dileepan.
______________________________
New Code Sharing Section now Live on DSPRelated.com.
Learn about the Reward
Program for Contributors here. 
(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )