Hi there...
I am writing a function to handle Prefetch aborts on a Lpc2000 microcontroler. But I am having some trouble to simulate a prefetch abort on the Uvision Simulator. When I try to jump to an invalid address above 0x50000000 it gives me a prefetch exception, but when I try to jump to an invalid address below the IRAM scope (let's say 0x30000000) it gives me an access violation instead. Running on a real Lpc2103, it raises a Prefetch abort interrupt. Is it a Simulation Bug?
Thanks in advance, and sorry for my poor english.