• FILE *fin error
    Any one know the solution, please reply. After declaration, FILE *fin; and implementation, fin = fopen ("test.txt","r"); The error message results when compiling: Build target...
  • Custom scatter file error
    Hi all, I want to place a function at a specific location in the memory. I wrote the function in a separate source file and edited the default scatter file as follows: LR_IROM1 0x00000000 0x80000...
  • Header files not found error
    Cannot open Source input file "inc/hw_type.h" no such file or directory Instead of including this file. Also let me know where i have to set a path in keil for header files so that compiler will...
  • Error in opning file in MMC
    Hi My code is : i=0; i=finit("M0:"); if(i!=0) return; fp=fopen("M0:\\myconfig.dat","r"); if(fp==NULL){ fclose(fp); } File myconfig.dat not in MMC but fopen return 0x10001B48 where is problem...
  • error in usbd library file
    i am work in new project using stm32f4 mcu and when i compile the project this error appear first.axf: Error: L6218E: Undefined symbol USBD_ClrCfg (referred from usbd_req.o). how i can solve this...