• 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...
  • 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...
  • 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 errors for C file related to header
    Hi Folks I must be doing something stupid. Simple program, main.c has code #include<reg51.h> #include"sevenSeg.h" void main (void) { while (1) sevenSegWriteDecDigit(8); return; } sevenSeg...
  • What is the entry point function for ARM architecture?.
    Hello friends, I would like to know the starting function which will be called from uVision2 debugger for ARM architecture?. What i mean is equivalent of EnumUv351() of 51 architecture Thanks &...