• LPC2148 Startup File for Realview
    I am presently working on a port from the CARM Compiler to the Realview. The startup.s file provided in the Keil folder for the realview does not work entirely on my project for the LPC2148. When I run...
  • AT91F_LowLevelInit() in RealView startup file
    Dear all, I use a startup file that includes the AT91F_LowLevelInit() call. AT91F_LowLevelInit() is a c function and is called as followed: ;-------------------------------------------------...
  • STR9 + RealView: Absolute placement of the startup code
    Hello, I want to place my startup code at different absolute locations to support a bootloader. I was hoping that the RealView assembler will allow something like the below code snippet, that works...
  • Startup file
    Hi there, My project is based on LPC2368 controller and Iam using the GCC compiler alongwith the Keil UVision3 IDE. Is the startup.s file same for both Real View compiler and the GCC compiler ?...
  • startup file
    Hello, Can you please tell me about STARTUP.a51 file: When I create new KEIL project is it necessary to select device from the list of devices? When I create new project, no matter if I choose to...