Have I run out of Memory, RAM Overflow
Hi,
I'm having trouble, because I got when I defined a second array which I need for processing a image with the STM32F429ZI Microcontroller a message that I have a RAM overflow.
When I now define a smaller array, like uint8_t image[240][320] my whole application is not running on the Microcontroller. But when I comment the initialization n of the image array out, everything is working fine.
How can I see how much memory I have used and how could I rearrange other memory on the Microcontroller?
Thank you