• 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...
  • Linker Error: Related to ENTRY Point
    Note: This was originally posted on 31st August 2010 at http://forums.arm.com Hi all, I am using --entry=startup option with the armlink command. The command I am using is:- armlink  --cpu=cortex-m3 ...
  • Linker region-related symbols
    Hi, I saw many post on the forum, but did not find my needs : What is the linker region-related symbol for LR_IROM1 COMPRESSED SIZE ? Or in case it does not exist : How can I inject a...
  • Linker problem L104 with a header file
    I have a program which exists out of a few files. I have my main.c file, my own library .c and .h files, I have an I/O.h file which only contain #defines and lastly I have my register.h file for the...
  • Error of header file
    This is in my 89C51RE2 /*------------------ T W I (I2C) registers ------------------------------*/ Sfr ( SSCON , 0x93); Sbit (SSCR2 , 0x93, 7); Sbit (SSIEN , 0x93, 6); Sbit (SSSTA , 0x93,...