• Keep variables in AT89S8252 EEPROM
    Hello, I'm using Atmel AT89S8252 and I need to keep some variables in internal EEPROM. How must I declare it in Keil C51 in order to program it into EEPROM via AtmelISP software?
  • Keil uVision3 keeps loosing compiler/linker cmdline options
    Hello, I am using Keil uVision 3.x to develop code for ST's ARM9 processor. In the uVision's Project->Options for 'target" window, the "C/C++" Tab, I have an option --feedback "myfile.fed". This option...
  • TCP keep alives
    I have a problem with the TCP connection being dropped. The far end drops the connection after a few minutes. I believe I need to send TCP keepalives periodically to stop the connection from dropping...
  • Philips 8031 chip keeps reseting
    My company is using Philips 8031 chip. The new batch of chips we received, every one of them keeps reseting itself when when it come accross the PRINTF statement !!! The c-code works fine with the...
  • Caller Function Did Not Keep R3
    Hi, I have a "test_fun1()" function call to a inline ASM "test_fun2()". I found that the caller, "test_fun1()" did not keep the R3 before jump to "test_fun2()", which cause the result of the "test_fun1...