Skip to main content
TFilm
Visitor II
October 2, 2018
Question

How to use SDRAM for all dynamic memory allocations for stm32f746g discovery board?

  • October 2, 2018
  • 0 replies
  • 517 views

I am using stm32f746g discovery board for my application. Currently the memory allocation is done on SRAM. I would like to use SDRAM for all dynamic memory allocation. I tried changing heap address to sdram address in linker script, but this gives hard fault. Any idea how this is done. A demo example would be really good for better understanding.

    This topic has been closed for replies.