• How does keil mdk linker link code sections?
    I want to write an assembly program made up of several source files. How can I get to know the order of these code sections. Code location is essential in assembly language. Sometimes I need to place...
  • How to link extension code to existing ROM code?
    My application has most of its code in ROM. However, the functionality can be extended with code in RAM. The RAM can be switched between CODE and XDATA. For extensions, the RAM is switched into XDATA...
  • Does ANYONE have a link to AT91Flash_uploader.zip
    As in the AT91Flash_uploader.zip referenced in Atmel app note 2640 (not the AT91Loader.zip), that contains the binary files that arrive on chips from factory, but is missing from the software actually...
  • Does C51 support 'Link List' data structure?
    Dear Expert, I have a simple C program with 'linklist' data structure processing as below. ////////////////////////////////////// #include <stdio.h> #include <stdlib.h> typedef struct node{...
  • DOES KEIL CODE BANKING WORK AT ALL ?
    I Purchased Keil DK51 in 2001 and updated in 2002 to version 7. However, I was given MON51.LIB dated 5/2/2001 and MON51B.LIB dated 6/29/1998. I was able to use MON51.LIB with my code banking code...