• Timer 1 Interrupt 10 sec too late
    Hello! I have a problem with Keil Simulator using an C515C-L for a timer program. Look here --> www.hashbin.com/293.html The Problem is that the interrupt for timer1 is 10 seconds too late...
  • adc is working but some times it is late to read
    ADC working continuously. but some times it is stable position,means that it not giving adc reading flag
  • I am getting TCP and HTTP errors lately. What does this mean?
    I have already been googling to find what this means and had no luck. I can not find any settings for TCP flags in Net_Config_TCP.h nor do I know what file the HTTP error could mean. Any ideas?
  • USART2 Interrupt occur just one time or too late or never. (stm32f10 Keil)
    Hello there. I have a homework to do stopwatch, but I'm having a few problems. In code there are 4 button interrupt(B0-B3), 1 timer1 interrupt for 1 ms and USART2 interrupt. Buttons and timer interrupts...
  • Question for "<<"
    Hi all I write a sample code like a = 1 << b; when b = 0 , The result for a will get 2 If I uncheck "Enable ANSI integer promotion rules " ,It will get correct answer 1 can anyone tell...