This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Data Abort after 522 seconds

I'm having some trouble with a data abort error.

I'm building a program to simulate the actions of a treadmill, and all is working fine (for now!) up until 522 seconds into the run time when the timer stops counting and the following flags up:

Data Abort: ARM Instruction at 0000092CH, Memory Access at 900499F4H

It seems very odd to me that it will work fine and access everything properly up until this time, as it's managed to cycle 521 times before.

I'm an improving novice so anyone that can help please give answers as though you were trying to teach your grandmother to program.

Parents
  • >Data Abort: ARM Instruction at 0000092CH, Memory Access at 900499F4H

    Well, if your "522 seconds/times" is consistent - you're lucky, I'm sure you'll find out what's causing the failure.
    What is the instruction on the 0000092CH address? Can you read ARM assembly?
    Can you post a snippet of code where this instr. is present?

Reply
  • >Data Abort: ARM Instruction at 0000092CH, Memory Access at 900499F4H

    Well, if your "522 seconds/times" is consistent - you're lucky, I'm sure you'll find out what's causing the failure.
    What is the instruction on the 0000092CH address? Can you read ARM assembly?
    Can you post a snippet of code where this instr. is present?

Children
No data