Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hey, I’m developing a uC/OS-III application for Microchip SAMD21 (32KB SRAM) and struggling with memory fragmentation. The app allocates fixed-size buffers for sensor data, causing issues with new buffer allocations later on. What techniques or best practices can help mitigate fragmentation in uC/OS-III on resource-constrained MCUs like SAMD21? Specifically looking for strategies on:
Memory pooling, Buffer sizing optimization, Dynamic memory allocation alternatives
CONTRIBUTE TO THIS THREAD