Question
Does new project use all the available RAM?
I have created new project with STM32CubeMX for my STM32F091RC. I have noticed that when allocating memory it ends very fast. Do I need to change any settings to use all of the available 32Kb of memory?
In "startup_stm32f091xc.s" I find these values:
Stack_Size EQU 0x400
Heap_Size EQU 0x200
Should they be much bigger? Why default project does not use max available memory? What maximum values I can use?