• Keil does not install correctly
    Keil installs but will not execute and I get an "APPCRASH" error in the detail section. I am trying to install on a Windows x86 Win 7 Ultimate.
  • does adc clock affect value converted
    hello every body, for the AT83C5115 ou AT89C51CC01 in X2 mode does the adc clock affect the values resulted in ADDH, ADDL. i'm getting half the value expected for a temperature measurement. thanks...
  • CPU.21 problem - what does it affect?
    I note that the current (4.10) C166 has a workaround for 'the CPU.21 problem with the bfld instruction'. How do I find out what chips this affects as the FAQ entry doesn't say? Ta
  • Does _crol_ in intrins.h affect the carry bit?
    I want to avoid the use of inline assembler in my code so I was hoping to replace RLC A with _crol(). Will this work or is _crol_() implemented with RL A (no carry bit)? Thanks in advance.
  • how keil load position position independent code?
    Hi: I'm try debug position independent code in Keil, but found the keil Load command did not support add base address. Question: How to load position independent code into RAM? code like flash...