• how to download app that's split between internal & external flash...?
    I've been browsing the uVision/MDK-ARM manuals looking for a way to do something I did when using the Rowley CrossStudio tools, but I can't find what I'm looking for. Basically, my app is too large...
  • Problems with Code in internal and external Flash
    I'am working on a custom board, based on XC167CI with external flash AMD 29F400 wired to CS0 and we are using Keil uVision9 V3.02 ULINK USB. So we have internal memory at 0xC00000 and external one at...
  • Create the HEX file for internal and external Flash
    I'm using the Keil C51 tools for a project I'm designing. I am using Atmel 89S52 device for my project.I wanted to use the internal 8K flash and external 64 KB flash for code.How i can create my hex...
  • Split firmware files
    Hi, I wrote an application in a 8051 device containing several modules. One of them needs some certification and after that it can no longer be modified. To ensure this a CRC is computed on the firmware...
  • Splitting of ASM source files
    Hi! Is it possible to split an ASM source file and add them to a single project? Output should be one single hex file. All my attempts failed. Thanks in advance, Reinhard