• reply
    @dhanaraj kmr, Thanks for your reply. I assume you know the system well. It is a very unfortunate situation, but all of us here are well aware that India is a huge country and hopefully, the majority...
  • Blinky example
    I am a beginner in microprocessors and I am using STR912FAW44 (an arm 9 based board). While trying to run the Blinky example (using uvision3), I get the error 'No CPU dll specified'. What kind of dll...
  • Can not reply to some threads
    Hi, what is the reason i can not reply to somethreads? the reply buttons are missing at some threads like: http://www.keil.com/forum/19387/ instead of the reply button i just see "read-only"...
  • Warning:no previous prototype for function 'delay'
    Why am I getting this warning ?? #include "stm32f0xx.h" // Device header void delay() { for (int i=0;i<100000;i++); } int main() { RCC->AHBENR |= RCC_AHBENR_GPIOAEN; GPIOA->MODER |= GPIO_MODER_MODER5_0;...
  • Can someone check this code for me?
    Hello , every body: Hope you could give me some suggestion. I use this module to arrange my functions in a period of time, that says, when the times up, the specified routine will execute. I put the...