• Splitting a single memory block into two
    This question is more hardware related than software, but is affected by both. We are currently using 512KBx16 Flash and SRAM in our design, but we want to do away with the flash and use only SRAM. Which...
  • Splitting RAM memory into segments
    Hello All, I am developing code for STM32F207 ARM microprocessor. Application has two types of variables that need to be separated in different RAM memory segments. I declare variable like this:...
  • split a program into two and locate at different addreses
    I want to split my program in two and locate at differenct addreses. main program may be located at 0x1000. and only one function called by main shall be located at say 0x8000. how to create that function...
  • TROUBLE SPLITTING CODE FOR C251
    I'm using the Keil IDE programming in C. I want to be able to split my code between micro internal and external memory. Some functions on chip, some off. I tried using the #pragma (I get a choice of...
  • part memory usage?
    How do I view how much program and ram space a compiled program will use? I'm looking for something like a memory map such as is provided by other tool sets. I've been able to figure out the program...