STM32F030 - Heap start and end address and usage
Hi,My uC (STM32F30K6T6) is full in RAM memory.To optimize the RAM size, I have planned to reduce the Heap Size Memory (initial Heap size is 0x400).I do not use any manual memory allocation so, I think I will set it to a quarter of it (0x100), just in...