• NOINIT in Keil Real View Compiler
    Hi, I'm using Keil uVision 3 IDE and ARM Real View Compiler. I want not to initialize some variables (some unions, structures, etc). I tried out with the compiler directive "#pragma NOINIT", but with...
  • NOINIT in Keil Real View Compiler
    Hi, I'm using Keil uVision 3 IDE and ARM Real View Compiler. I want not to initialize some variables (some unions, structures, etc). I tried out with the compiler directive "#pragma NOINIT", but with...
  • Compiling LPC2378 using GNU in Keil uVision3 Real View
    Hi, I am working on MCB2300 Board (LPC2378 chip) and using newest Keil uVision3 Real View. I would like to use GNU to compile. But right now, I can't find the startup.s and link file for the LPC2378...
  • Compiling LPC2378 using GNU in Keil uVision3 Real View
    Hi, I am working on MCB2300 Board (LPC2378 chip) and using newest Keil uVision3 Real View. I would like to use GNU to compile. But right now, I can't find the startup.s and link file for the LPC2378...
  • Converting from CARM to RV-Compiler
    Hello, I have been using the CARM-Compiler together with the ARM-STR710FZ2 controller. Now I want to convert this project to the RV-Compiler. How can I use the malloc and sizof function to work...