• compilation option
    Hello all, I have one project in microvision keil2. It is of 89v51rd2 and sst89e516rd2 controller. I am compiling code in keil2, somehow I am finding short of memory while compiling the code as my...
  • How to compile FlashFS with RealView compiler?
    I want compile FlashFS in RealView compiler,My device is LPC2119 and I'll use the internal flash,but I meet a problems: I don't know how to change the IAP.s file to compatible RealView compiler.please...
  • Not Generic ARM7 option in RealView MDK!?
    Hello All, I just wondering if is possible to have a project with a generic ARM7(simulator+compiler). Looking at this page keil.com/.../uv3_ca_cpu_ndatabase.htm seems to be possible but when I downloaded...
  • Converting to RealView compiler...
    In reference to a prior post I made about a problem I was having with sprintf, I contacted KEIL tech support. The answer implicated the CA compiler, and a suggested solution was to use the RealView compiler...
  • array for realview compiler
    I want to use two dimensional array on realview compiler with type A[n][10] where n is an variable of type unsigned char. but it show an error.