malloc issue with 4K allocation in STM32F091CC
Posted on November 09, 2017 at 11:14Hi all,I have an application when I need to reserve 4Kbytes of memory. This size is fixed during the whole life cycle of my application.Therefore my first idea was to create a static memory allocation. But I also ...