• 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...
  • GNU and uVISION3
    I am trying to use GNU toolset with uvision3 for MCB2103 board. I am getting following error when I try to build a project or compile a file. ERROR: Can't excute 'as' ERROR: Can't excute 'gcc'...
  • Keil Real View Debugger -ulink2
    1)Unit can be configured with Target Board (ADUCM360) and shows the Target Serial No and we can set the clock frequency. Set to 1MHZ to test Normal 10Mhz 2)Upon load 1st time we are getting Error...
  • Compiling LPC2368 using GNU in Keil uVision3
    Hi, I am working on MCB2300 Board (LPC2368 chip) and using newest Keil uVision3. I would like to use GNU to compile. But right now, I can't find the startup.s and link file for the LPC2368 chip...
  • RE: Fiq in Real View
    Hi Recently I updated MDK-3.4 evolution version . I simulated the keil CARM example “EX11-InterruptFIQ†in both versions 2.4 and 3.4 and its fine. Then implemented Fiq interrupt in my program...