• external flash memory ranges
    I am writing the flash programmer. Flash memory 128K connected to uP via CS0. Did somebody know which address ranges flash occupyes in memory space of uP?
  • How to assign a group of function to a specified range code address?
    All, I'd like to separate all my functions as two qroups, one should located within code address 0x0000--0x4000, while the other is 0x4000--0xFFFF. In assembly, I can use 'ORG', but how do I assign...
  • address range
    Hello! I have a problem and need a help! I use the macro XVAR for a bus communication. I have defined: #define name XVAR(unsigned char, 0x100000) name= 0x10; In the START167.A66 File this address...
  • How to define a memory range for the Disassembly window scrollbar
    Hello Forum, when I using the C166 simulator and the Disassembly window in there, I can use its scroll bar to select the disassembled code area in a coarse manner. But only to select a range between...
  • C166 : locate some variables in a specified area memory
    Hello, I use Keil µvision 3.60 I need to store some variables from different files.c in the same memory area in order. I saw there are link directives such ORDER, SECTIONS, GROUPS, but it seems these...