Hi, I'm using the C167 controller. When I run my program with the µvision debugger, it runs smoothly, but when I download the same program to flash and run it, it becomes very slow. Does anybody know what could cause this? thanx
Hi Philippe, It could be the external bus timing. A program cannot run faster than the speed at which instructions are read from program memory by the CPU. Check Start167.a66 to make sure that external bus interfacte is set to the maximum possible speed supported by the program memory chips. - mike
Thanx!!! I missed some configuration settings, problem solved. Hope I can do something back :-) bey