• Using External Memory for Heap
    How do I configure the HEAP to be placed within the external memory? I'm using an LPC1778 with 2MB external memory. I want the controller to calculate an a*-algorithm on a bitmap (loaded from sd...
  • Using External Memory for Heap
    How do I configure the HEAP to be placed within the external memory? I'm using an LPC1778 with 2MB external memory. I want the controller to calculate an a*-algorithm on a bitmap (loaded from sd...
  • Using external memory for the heap
    I'm trying to configure a STR9 system to use an external memory device connected as Ext, MEM CS0 but I can't seam to get the malloc function to return a pointer to off chip memory. I have changed the...
  • Using external memory for the heap
    I'm trying to configure a STR9 system to use an external memory device connected as Ext, MEM CS0 but I can't seam to get the malloc function to return a pointer to off chip memory. I have changed the...
  • C++ using an external memory to the heap
    Hello, I use the STM32F407 with an external memory (8 Mo) on my target. I don't use an external operating system, and I would like to use the external memory to the heap of my C++ firmware. ...