Resolved! STM32F4 using CCM data RAM for STACK and HEAP
Hi, I have STM32F407VET6 which has such memory layout.As I understand CCM data RAM is unused by default and just waits to be used? So can I move STACK and HEAP to it? How do I move it? (I did not find defined STACK address anywhere in KEIL project)Is...