CX3 AbortHander

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ScGr_289066
Level 5
Level 5
100 replies posted 50 replies posted 25 replies posted

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

 

0 Likes
1 Solution

Thanks Hemanth, that was just what I needed!

Scott

 

View solution in original post

0 Likes
2 Replies
Hemanth
Moderator
Moderator
Moderator
First like given First question asked 750 replies posted

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,

Hemanth
0 Likes

Thanks Hemanth, that was just what I needed!

Scott

 

0 Likes