• Setting an entry point
    Note: This was originally posted on 23rd May 2013 at http://forums.arm.com Hello, Finally I managed to build a static library and I have a xyz.a file and some xyzs.o files.  The entry point is xyz_init...
  • 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 ...
  • MCB900: LPC935 IAP entry point
    Hi, I'm using IAP. According to the LPC935 manual the entry point is 0FF03h. When I simulate this with the debugger this does not work. According to the disassembly window an entry point of 0FF00h...
  • Entries in List of Function Register Masks
    The linker provides a section "FUNCTION REGISTER MASKS" in the map file. This lists 32-bit values that indicate the registers used by certain functions in the build. These values are in turn used by the...
  • In which sequence f_readdir function reads directory entries?
    Suppose there are 3 files (abc.jpg, test.bmp and xyz.png) in SD card. When I use the f_readdir function, I understood that it does not retrieve the files in alphabetical order. So in which sequence it...