Electronic – How to solve excessive CPU load Proteus error

proteussimulation

I'm simulating a virtual Arduino on Proteus. When I test my code, This error appear:

Simulation is not running in real time due to excessive CPU load

For me, It does not matter to watch the real time output wave form. Can I record it and see it later or something like that to solve this issue? I just need to see the first 5 seconds of the output wave form?

Best Answer

That's due to 16mhz cpu speed Search for 1mhz 9600baud rate Arduino Uno board generate hex and load into proteous issue solved

Related Topic