Is it possibble to force the place of the RESET vector in the BL51 linker? I can move only the INTERRUPT vector places, but the RESET vector (LJMP XXXX) always be placed at 0x0000 adrress in the generated HEX file. Thanx in advance, Attila
There must be something else at address zero, and that "something" must eventually call the application code (in fact, the application's startup code). Presumably a boot loader, or something?