• 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...
  • 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 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...
  • 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...