M
M
Majid Aziev2020-05-21 15:58:17
Arduino
Majid Aziev, 2020-05-21 15:58:17

How to display CPU load data in port monitor?

How to display CPU load data in port monitor? Arduino

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
VT100, 2020-05-22
@Python__exe

If you mean the loading of the Arduino processor, then almost nothing.
1. Roll on the unfortunate mega RTOS, send this data in one of the tasks and put up with a further deterioration in performance.
2. If the main program has a big loop, send some data on each pass of the main loop. If it is possible to bind to one of the permanent timers, send it "ticks". If not, send "still alive" and, upon receipt, calculate the load on the receiving side.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question