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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Dumpmon is wonderful! Thanks.