is it possible to slow down CPU to an arbitrary pace?
Show older comments
Hi,
I would like to run a simulation with my pc but I have to test that this works fine and sufficiently fast also on an arduino device, which by now I don't have.
I was wondering if there is a way to limit the processor frequency through some matlab command in order to test if the code could run and do the job properly on arduino.
This could also be helpful because the microcontroller device may change and having the possibility to set the max speed of the processor to the max speed of the microcontroller would be a big deal for testing scenarios.
Accepted Answer
More Answers (1)
I do not know a tool to reduced the CPU speed freely.
Even if there is such a tool, you cannot compare a modern multi-core CPU with an arduino, even if they run at the same clock frequency.
Categories
Find more on Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!