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

Speed problem

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

Parents
  • 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

Reply
  • 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

Children