Arduino UNO
prototypovacia doska Arduino UNO, cyklus
Sense-Think-Act, mapa pamäte mikrokontroléra
ATmega328P, fragmentácia pamäte, skrytá funkcia
main()
Záznam z prednášky
Additional Resources
Microcontroller (Wikipedia)
Arduino Homepage - domovská stránka projektu Arduino
The microcontroller’s SRAM memory - Not everyone knows that the RAM (let’s omit the “S”) is divided into several data areas, some of whom are not well-known. Let’s see them together…
ATmega328P - domovská stránka mikrokontroléra ATmega328P
Harward Architecture - The Harvard architecture is a computer architecture with separate storage and signal pathways for instructions and data. It contrasts with the von Neumann architecture, where program instructions and data share the same memory and pathways.
StackOverflow: What is memory fragmentation?
Optimize Arduino Memory Usage - When working with embedded devices, RAM (random access memory) is one of the most valuable and limited resource of the system. The focus of this article is on the RAM usage optimization for Arduino MCUs, but the same principle applies to many other embedded devices.