Resolved! Can I set the heap size to zero?
In my STM32F72xx/3xx project, I'm not allocating memory dynamically, i.e., I'm using neither malloc nor free. And I'm restricting myself to C, with no C++ parts.Is there a reason I shouldn't set the heap size to zero? Do any of the drivers, HAL or ...