I have a linked list that stores a uint32 value, and pointer. I am able to save 28 values, and then it reports no more memory available. Is this about normal?
I have also a routine that controls a strip of leds, and my routine takes the length(m) and drives those leds.
If I put 29m as parameter, it would hang.
I have looked into me code, and cannot see why 29 will hang the mcu.
Is there a way to read amount of bytes available in memory?