Other Parts Discussed in Thread: OMAPL138
Hello,
I'm working with the omapL138 making a signal processing algorithm in the C674x part of this ic.
I have a part of the code written in asm to get the highest speed as possible. The problem is that sometimes I get an instruction fetch exception coming from a repetitive part of the code. It is the direction of the first instruction where a branch instruction jumps to close the loop. I have read in the CPU and instruction set document (page 665) that this error can come from one of the next situations:
But I'm not able to understand what is happening. I have a similar code running on C6678 cpu and works fine.
What can be happening?
Regards (and merry xmas)