• RealView FlashFS Question
    Hi, Am I going mad? I have the RealView-MDK ARM dev system with the RTOS and TCP/IP package. Included in that is a FAT implementation for Flash devices. I have an SPI DataFlash (AT45DB321D) which...
  • 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. ...
  • 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.
  • Reading compiler options from a file in RealView Compiler
    Hello everyone, I would like to read compiler options from a file, so I followed the links starting here: http://www.keil.com/support/man/docs/armcc/armcc_BCFFECIG.htm The problem is that...