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
MongoDB 8.0 on Atlas | Run anywhere
MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
Rate This Project
Login To Rate This Project
User Reviews
-
Dumpmon is wonderful! Thanks.