• MISSING FUNCTION PROTOTYPE AND REQUIRE ANSI-TYPE PROTOTYPE
    COMPILE TIME ERROR::mini project.c(49): warning C206: 'lcddata': missing function-prototype ::mini project.c(49): error C267: 'lcddata': requires ANSI-style prototype PROGRAM #include<reg51.h...
  • MISSING FUNCTION PROTOTYPE AND REQUIRE ANSI-TYPE PROTOTYPE
    COMPILE TIME ERROR::mini project.c(49): warning C206: 'lcddata': missing function-prototype ::mini project.c(49): error C267: 'lcddata': requires ANSI-style prototype PROGRAM #include<reg51.h...
  • Looking for DS-5 or Keil MDK-ARM Technical Support?
    The ARM Connected Community is a great way of sharing your projects and asking/answering questions. However, ARM staff contribute on a voluntary basis and don't monitor these forums continuously. We want...
  • Looking for DS-5 or Keil MDK-ARM Technical Support?
    The ARM Connected Community is a great way of sharing your projects and asking/answering questions. However, ARM staff contribute on a voluntary basis and don't monitor these forums continuously. We want...
  • 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;...