diff --git a/pycardium/mpconfigport.h b/pycardium/mpconfigport.h
index aad4320d8516f121552eb0f63d8ebbd91fa841a6..744a38e38cd2c25ea037e90ac420d4f2403c0d2b 100644
--- a/pycardium/mpconfigport.h
+++ b/pycardium/mpconfigport.h
@@ -3,6 +3,7 @@
 #define MICROPY_HW_MCU_NAME "max32666"
 
 /* MicroPython Config Options */
+#define MICROPY_PY_MICROPYTHON_MEM_INFO     (1)
 
 /* We raise asynchronously from an interrupt handler */
 #define MICROPY_ASYNC_KBD_INTR              (1)