• 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...
  • RE:ARTX os_get_first Data Abort
    I have encountered the problem also, Do you solve this issue? please share me your experiences.
  • Data abort error due to os_get_first
    I am using below keil version and getting data abort in os_get_first OS function. Toolchain: MDK-ARM Professional Version: 4.73.0.0 Middleware: RL-ARM Real-Time Library Version V4.01 Toolchain...
  • Data abort inside RTOS os_get_first() method
    Hello, I am having a lot of pain trying to find out this problem. I am right now trying to understand why this happens inside the RTOS. It is caused when the ready task linked list os_rdy->p_lnk...
  • Cause of data-abort in C program execution
    My C program (on an LPC2148) is generating a data-abort on what looks to be a perfectly innocent data fetch. The program is running in on-chip flash and reading data from on-chip RAM. As I step through...