• 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...
  • ULINK2 data abort issue
    Hello, my problem is that with ULINK2 and AT91SAM7 ARM controllers I get a data abort exception when single stepping my code. It comes suddenly and may be at the first or more steps (1 to about 10...
  • 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...
  • ADC Data abort
    I am having a data abort problem when I initialize the AD converter of the LPC2103. I am using uVision3, and here the code that is causing problem: PINSEL1 |= 0x00030000; ADCR = 0x00200404; ADCR...
  • 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...