Hello,
During debugging a new camera design using the CX3, I began getting Abort Handler interrupts (in cyfxtx.c). I have never seen these before and there's virtually no information about them in the CX3 or FX3 technical reference manual.
Can anyone explain what causes them?
Thanks,
Scott
Solved! Go to Solution.
Hi,
This is ARM data abort exception handler.
Please see this link
As our API guide mentions, "As virtual memory is not
used in the system, this can only happen if data is being read from a non-existent memory location."
Regards,
Thanks Hemanth, that was just what I needed!
Scott