Crazy Hardware
It’s a kind of a pain in the butt. The software routine works if you run the program step by step, yet if you let it run all at one go, it screws up big time. This is enough to slow me down by a couple of days…
It’s a kind of a pain in the butt. The software routine works if you run the program step by step, yet if you let it run all at one go, it screws up big time. This is enough to slow me down by a couple of days…
November 4th, 2004 at 1:07 am
Probably because u were running the whole program in one go in the “debug mode”. Change to release mode and try it..
Sathish
November 4th, 2004 at 9:15 pm
I’ve managed to solve that problem. The problem is that the processor is designed to access on-chip RAM or Flash, and if it accesses off-chip RAM, it is by default configured to wait 7 clock cycles as against 0 for on-chip RAM software, even if the off-chip RAM is faster. I’ve configured the wait state controller and the system works, for now…