• can't open file 'XC16X.h'
    Hello, I am a newbie to Keil compiler. Now I am working on uVision2 with C compiler V4.23. 1. Do I have to add all header files into a group under "Target1"? 2. I created a project. While building...
  • Intrinsic function and xc16x.h header
    Hello: I'm developing a software for Infineon XC167CI, and I'm using DAvE and Keil uVision2 for it. I cannot get through a problem concerning the intrinsic function _bfld_, whose prototype is: void...
  • SFR
    Hallo everybody, can I overwrite the SFR and write other datas like constants. For example can I delete the ASC Registers because I don't need them?
  • SFR'S
    How do I view the contents of sfr's in the UV2 debugger?
  • 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...