• Data abort
    Note: This was originally posted on 30th January 2010 at http://forums.arm.com Hi ,   I am working on arm from past few momths.I have one question that in ARM why unalligned address operation will give...
  • printf retarget.c - data aborts
    Hello, I work with the AT91RM9200. I have some problems with the retarget-function for the implementation of printf. It works but sometimes I get a data abort - maybe if the buffer for printf...
  • ARTX os_get_first Data Abort
    I keep getting a data abort on the same line of code. When I trace back to which line it is, its inside the os_get_first function. I don't have the source code for the ARTX, so I can't figure out what...
  • printf data abort - (again)
    Hello, I've problems with the printf() routine. I receive frames over the ethernet in a very short intervall. If I received a frame I set a flag in the ISR. void ethernet_interrupt(void) __irq...
  • RE:ARTX os_get_first Data Abort
    I have encountered the problem also, Do you solve this issue? please share me your experiences.