• startup files for RealView
    Does anyone have or know how to get the correct files when converting from Keil ARM to Realview? Supposedly, there is a new Startup file and possibly some other files that have to be included before...
  • 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: ;-------------------------------------------------...
  • LPC2148 is slow in Realview
    Dear all, I am using Realview (evaluation) and have the following program for LPC2148: #include <LPC214x.h> #define LED 0x01000000 main() { IO1DIR |= LED; //use P1.24 for(;;){ IO1CLR |= LED ;...
  • 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 ?...