• banking with L251 almost 512Kb.
    We are looking for banking with the Temic 80C251G2D almost 512Kb, we don't know how to do it. When compiling with C251 and linking with L251 the are no way to make diferents banks areas. The only way...
  • L251 linker-defined symbols
    Hi All, In the ARM toolchain, there is such a thing as linker-defined symbols and could be identify with the delimiter $$ "The linker defines some symbols that contain the character sequence $$ . T hese...
  • L251 user defined memory classes
    It is said in the L251 documentation that by default, the linker would use below address ranges for a all memory classes Question 1: In a linker file that i was checking, the two are declared...
  • L251 map file symbol table
    Above are found under the "SYMBOL TABLE OF MODULE" section of my generated map file. Question 1 From the L251 user guide it is said that " the first 32 bytes of DATA memory (0x00-0x1F) is grouped into...
  • Memory allocation and segment definitions
    Hello all, My goal is to get some variables placed in EEPROM without hardcoding it to a fixed address (using the _at_ keyword is unfortunately not an option). The variable shall be assigned to a certain...