• Keep variables in AT89S8252 EEPROM
    Hello, I'm using Atmel AT89S8252 and I need to keep some variables in internal EEPROM. How must I declare it in Keil C51 in order to program it into EEPROM via AtmelISP software?
  • What dose mean "Discontinued " in user's guide
    Hello i was looking for "strcat" description and ended up here: http://www.keil.com/support/man/docs/ca/ca_strcat.htm but there is Red title above the page "Discontinued" . What dose it...
  • Linker Keep-Out?
    Is there a linker command to exclude addressing spaces without using the CODE command and listing all the segments? For example, I need my code to reside within the first 8K (0000 - 1FFF) and at the end...
  • Memory layout of variables not in order of declaration
    Using uVision 5.12.0.0 (ARM) I need my variables to be placed in the order I declare them. But when I look at the map-file they are not. The types I use are unsigned) char, (unsigned) int, and arrays...
  • Linking Order
    Hello, I'm using C51 v 5.10 BL51 v 3.52 uVision v 1.24 1.) When I link object files in the following order, the startup code is not run. Inspection of the .hex file shows that there is no...