Simple Dumping Monitor Library (DumpMon) for Arduino-compatible ATmega microcontroller based boards allow to display either memory, registers and timer dumps and also interrupt vectors table dump.
Beginning since version 0.6 functions of simple symbolic debugger are added.
Being compiled the library requires about 11 KBytes of program memory (15 KBytes for Arduino MEGA). Requirements to RAM memory don't exceed 1 KByte (277 Bytes for dumpmon.pde example, 377 Bytes for dumpmonDebug.pde).
Features
- ATmega48P/88P/168P/328P (Arduino Uno etc.)
- ATmega640/1280/1281/2560/2561 (Arduino MEGA etc.)
- ATmega16U4/32U4 (Arduino Leonardo etc.)
- ATmega164A/PA/324A/PA/644A/PA/1284/P (Sanguino, Daiduino etc.)
Categories
Library ManagementLicense
GNU General Public License version 3.0 (GPLv3)Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Dumpmon is wonderful! Thanks.