• storing two programs at different memory location
    Hello All, I want to write some algorithm (program) in C and store it in some specifc memory area .In between my assembly code I would like to call my C routine stored at specific memory location.I...
  • splitting the code memory into two parts
    I am using keil uvision2 and C51. I want to split the resulting hex file into 2 parts . please how is it possible?
  • 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...
  • How to locate code in two different areas of memory
    Is it posibble to have part of the code located at 0x0000 to 0x03ff for example and then the remainder of the code at 0x1e00 to 0x1fff , with the area in between ( 0x0400 to 0x1dff ) being skipped.
  • STM32: Loading programs to different flash locations
    Hello, I want to load multiple applications onto my NUCLEO-F429ZI. This is for a production product. The program at 0x08000000 will be a bootloader that decides whether to run the application...