You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learn/03.programming/06.memory-guide/memory-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Microcontrollers are usually used in embedded applications. They must perform de
53
53
Arduino® boards are mainly based on two families of microcontrollers: **AVR®** and **ARM®**. While AVR® family microcontrollers are based on the Harvard architecture model, ARM® family microcontrollers can be based on either von Neuman or Harvard architectures models. The following table summarizes Arduino boards microcontrollers architectures:
@@ -180,7 +180,7 @@ Let us talk more about **memory usage measurement** in Arduino® boards.
180
180
181
181
Flash memory on Arduino® boards can be measured with the help of the Arduino IDE. As stated before, Flash memory is where the application code is stored; **the Arduino IDE reports Flash memory usage through its compiler output console** to let developers know how much Flash memory resources are being used.
182
182
183
-
For example, the IDE's compiler output console an AVR-based Arduino® board, the UNO, with the `Blink.ino` example sketch uploaded, is shown in the image below:
183
+
For example, the IDE's compiler output console an AVR-based Arduino® board, the UNO, is shown in the image below:
184
184
185
185

0 commit comments