• Keil does not add Startup and RTE_devise.h filest to project!
    Hi I have keil5 and when I build a new project, it doesn't add startup and RTE_device files to my project. also when I check the CMSIS box to add it to my project, it's color is green but I have seen...
  • call c-function in startup-file
    Hi, is it possible to call a c-function during the initalization of the startup-file? Could you give me one simple example? ; Reset Handler EXPORT Reset_Handler Reset_Handler ; open lowlevelinit...
  • 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...
  • Position Indepedent Startup Function
    Hi I want to create a position independent application in Keil for an EFM32 device (Cortex-M3). The application should be loaded by a bootloader. I use the ROPI option when compiling the C-code and...