studio icon indicating copy to clipboard operation
studio copied to clipboard

[dashboard] Uncaught RuntimeError: memory access out of bounds

Open dong-king opened this issue 8 months ago • 10 comments

Describe the bug When I tested a certain action separately, it was normal. But when I put it into the project, it sometimes exposed a memory error:memory access out of bounds. I don't know if it is because my dashboard project has many business functions, which caused the memory to exceed the bounds.

Is the memory size defined in the memory.h file of eez-framework:

extern uint8_t g_memory[];
static uint8_t * const MEMORY_BEGIN = g_memory;
static const uint32_t MEMORY_SIZE = 64 * 1024 * 1024;

Is there any way to dynamically adjust the memory size?

Screenshots image

dong-king avatar Jun 14 '24 04:06 dong-king