How to utilize 4.2MB RAM in STM32N6
Hi,
I am using STM32N6570-DK kit. In my application I need ~3.5MB of RAM but if I allocate more than 256KB of RAM I get the error "region `RAM' overflowed by xxxx bytes".
I got the same results as well when I imported "UART_HyperTerminal_IT" example for STM32N6 and added 256KB buffer. I got the same error "region `RAM' overflowed by 3328 bytes". I am attaching the same code here for reference.
I thought STM32N6 has 4.2MB of RAM as mentioned in datasheet. How can I fully utilize it?
