• are SFRs treated as unsigned or signed
    in the SiLabs forum someone showed SFR = -n I have never used such and became curuous. I searched the Keil documentation but could nof find it.
  • float and double are treated as same ?
    It seems to me that compiler treat double as float type ? I find this from .SRC and .lst file. Both float and double calls ?C_FPCMP, ?C_FPMUL and ?C_FPDIV. thanks. Daniel
  • are SFRs treated as unsigned or signed
    in the SiLabs forum someone showed SFR = -n I have never used such and became curuous. I searched the Keil documentation but could nof find it.
  • float and double are treated as same ?
    It seems to me that compiler treat double as float type ? I find this from .SRC and .lst file. Both float and double calls ?C_FPCMP, ?C_FPMUL and ?C_FPDIV. thanks. Daniel
  • How are .h files treated in a uVision2 project?
    Hello, For me, it's still not clear why the include files ( .h ) are treated in such a cumbersome way in the uVision2 Project philosophy. When you have a project and you create a group -for instance...