I have an application which is using the dvsdk provided h264 encoder to enode an 768x576 video captured by the ISP.
After a varying amount of time, I can see messages like this :
DSP MMU Error Fault! MMU_IRQSTATUS = [0x1]. Virtual DSP addr reference that generated the interrupt = [0xe1e00010].
On the last three runs I decided to look more closely and noted the offending address :
run1 : after 3 hours, offending address 0x18003300
run2 : after 10 minutes, offending address 0x1a003300
run3: after 30 minutes, offending address 0xe1e00010
I am using an unmodified codec server.
OPP is ARM@800MHz, DSP@660 MHz
How can I debug this ?