• Accessing external RAM for heap allocation.
    Hi, I have two RAM on my board. I am using external ram which starts with address : 0x6000000 External RAM size : 1Mb Internal ram which starts with address : 0x2000000 Internal RAM size...
  • help me with heap allocation
    Hi dears, Why this piece of code does not free the heap memory fully! I tried it but after about 10 times of calling function data_readout(1) the heap gets full. heap is 300 bytes. void data_readout...
  • RTX with External SDRAM LPC1788 - causes bus fault
    Hello, I'm using the Embedded Artists LPC1788 development kit and I'm trying to get a very simple RTX application running using the external SDRAM. Here is what I have so far: 1) A simple...
  • 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...
  • Use external static RAM as heap with uVision and RTX
    Hello, I try to setup a SW environment for a Board with a NXP LPC2468 and an external static memory Chip, using uVision4 and the Keil RTX. I want to use the external RAM as standard Heap (not for...