• 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...
  • 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...
  • error related to header file
    Error in the execution of simple program of toggling. Error message: Target not created Problem is indicated in header file <stm32f4xx.h> Do i need to download library for stm32 devices? Where can...
  • 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 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...