How to use External Memory with FreeRTOS (stack, heap in internal SRAM)
Posted on September 05, 2014 at 16:39Hi,I want to use external SDRAM for data in my project with FreeRTOS.But I want to keep stack and heap in internal SRAM.Actually I have two issues :1) If I use example from ST, stack and heap are placed in extern...