The STM32F746G-DISCO discovery board (32F746GDISCOVERY) is a complete demonstration and development platform for STMicroelectronics ARM® Cortex®-M7 core-based STM32F746NGH6 microcontroller.

Use SDRAM for heap memory

19 Dec 2018

Hi there.

I always have been thinking whether can not use large SDRAM as heap. And I finally was able to get it to work, although it is a simple sample.

https://github.com/sabmeua/heap_ext_DISCO_F746NG

Is there anyone who is thinking the same and tried it? I'm not sure if this way is correct and works fine in several use cases.And it works only in the GCC_ARM toolchain.

So, if someone uses SDRAM as heap, I would like you to tell me your method. I also hope this information helps you.

Thanks.