• 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...
  • 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. ...
  • 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. ...
  • STM32F103 RTX Using External Memory for Stack and Heap
    How do I setup Keil uVision to use external memory for stack and heap functionality? From what I have gather reading various posts on the forum the order of processor execution is: Startup.s...