• 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...
  • SYSCON1 sfr not defined
    We are using c166 compiler version 4.05. When we add the line sfr SYSCON1 = 0xF1DC; to the include file which "should" already have it defined, we get error C155: 'SYSCON1': invalid base address...
  • Defining Address Space for Application
    I want to load two different applications into memory. One application will jump to the other. How do you set up the start address in memory and the code size that the compiler will use in generating...
  • defining an asm block with parameters
    After being "spoiled" by the power of macros and defines in asm, I was let down by the new inline __asm keyword. Want I need is a way to insert predefined blocks of assembly in the C code without having...
  • Define strings as unsigned
    Hello, I'm using a graphical Display and have a printf() Function which expects an unsigned char pointer: void LCD_DrawString(unsigned char* s); using LCD_DrawString("Hello World"); generates a...