• Problem Defining External Bus Address Windows
    Hi All, I'm experiencing something I don't understand in the setup/definition of external bus address windows in a Infineon C167 processor using Keil 4.20C and the Start167.A66 file. The following...
  • Problem Defining External Bus Address Windows
    Hi All, I'm experiencing something I don't understand in the setup/definition of external bus address windows in a Infineon C167 processor using Keil 4.20C and the Start167.A66 file. The following...
  • External Addressing
    I want to make a two object file & want that both should declared at different locations as per our requirment so can any one tell how we declared a function at an external address
  • External Addressing
    I want to make a two object file & want that both should declared at different locations as per our requirment so can any one tell how we declared a function at an external address
  • Addressing External Memory
    Hello, BASE_ADDR = 0x8000 i=1 A)may I know what is #define COMMAND(i) (*((volatile char xdata *)(BASE_ADDR +i))) B)Is is better to address the "command register" of an external chip as XDATA...