• Lost
    I just got the v4 of Keil. I am programming with a 8 bit 8051 micro controller. I was wondering if there are any good books or materials that will help me understand programing alot better. I look at...
  • bl __libc_init_array getting lost in space
    I've got a blinky program working, but one thing doesn't work. The code "bl __libc_init_array" gets lost somewhere. I don't get any error, but when I run it, I don't have any blinking. What am I missing...
  • Interrupt Lost
    My device works well with UART in 57.6Kbps. But in 115.2Kbps, it seems that some data is lost. Since I do not disable interrupt in my own code, and the interrupt handler is enough fast. Is it possible...
  • Serial Data lost
    I wrote an aplication that receives data from the serial interface (80251) When running under the uvision dscope debugger I go into the serial peripheral window and enter the data into SBUF. Then I set...
  • Interrupt lost?
    I want to sample a signal. Using the both external interrupts to start sampling. The timer 0 interrupt is used for the time base. If I put the reload value very high, there are only some sates more than...