ARM9 DataAbort exception handling

Has anyone written an ARM9 DataAbort exception handler for FreeRTOS? I’m using the STR9 with OpenRTOS and I’d like to store some info about the offending task, delete it or suspend it, then resume the task scheduler. Is any or all of that possible? Thanks, Dave

ARM9 DataAbort exception handling

I don’t know if it’s applicable or not, but I’ve written one for the ARM7.  I have no idea how similar or different they might be, however.  http://jcwren.com/arm --jc

ARM9 DataAbort exception handling

Thanks JC! The link to the embedded.com article was helpful too.