• Allocate HEAP into external SDRAM with Keil-RTX
    Hello! I'm developing an application which requires the heap to be located in a 32MB off-chip SDRAM. I'm using Keil RTX in the project. The problem is the application falls when a function malloc()...
  • Allocate HEAP into external SDRAM with Keil-RTX
    Hello! I'm developing an application which requires the heap to be located in a 32MB off-chip SDRAM. I'm using Keil RTX in the project. The problem is the application falls when a function malloc()...
  • 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...
  • 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...
  • Setup heap on external RAM
    Hi I have a board with external RAM and I'm using it quite well, except that I wrote my own malloc and free, which works fine, but I rather use the malloc and free that comes with standard library...