Pointer Optimization
Posted on October 09, 2014 at 15:45Hi everyone, I'm working on an STM32F427 on a program with a huge linked list. I want to decrease the size of pointers used in this list in order to increase the number of elements in my ram. For instance, the memo...