• 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.
  • printf function with Realview Compiler
    I have problem when use printf function in Keil uvision when select Realview Compiler ( Not Keil CARM Compiler ) . it can compile ( not have error ) but not have any response send to serial port. ...
  • 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...
  • When to activate and deacticate Chip selects
    I am using 6164 external RAM. To write data to memory i need to bring /CE1 and /WE(active low) low and to read data from i need to enable /CE1 and /OE (active low). I want to know where do i need place...