• 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...
  • RVDS: file access with Real View Debugger 4.0?
    I am using the 'Arm Workbench IDE 4.0'. And I can compile the file access functions like Following. But when run the image using the 'RealView Debugger v4.0', I can't find out the xxx.txt file withing...
  • RVDS: file access with Real View Debugger 4.0?
    I am using the 'Arm Workbench IDE 4.0'. And I can compile the file access functions like Following. But when run the image using the 'RealView Debugger v4.0', I can't find out the xxx.txt file withing...
  • Real View IDE problems
    Hi, When I scroll up or down using the PgUp or PgDn keys or mouse, the text in my editor window is not completely refreshed (repainted). If the current view has tabs or spaces where the previous...
  • 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...