• 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...
  • Program won't run to Main
    I'm running an LPC2144, and my program won't run to main - it freezes up in a 3-line loop in the disassembly window - a BMI instruction in my boot block at 0x7FFFD2DA loops back to 0x7FFFD2D6 and repeats...
  • STM32F4 Debug_RAM.ini for external ram setup
    Hi Does anyone have a debug-ram.ini file they are successfully using to allow debug from ext_ram on an STM32F4? Could you post it? Init/debug in SRAM or SDRAM is fine and I can change registers to...
  • Cody copy to RAM on startup?
    I am trying to get a custom bootloader to run from RAM only and so we modified our scatter file to be as follows: LR_IROM1 0x00000000 0x00007FC8 { ; load region size_region ER_IROM1 0x00000000 0x00007FC8...
  • How to setup keil uvision5 target to run code from ram not flash
    hello, first of all sorry for my bad english. I am trying to develop some projects and need to reload all the time to flash. How to setup target options to put code into ram and run program...