• Can't efficiently use SMLAL instruction in Cortex M4
    Hi We are using a Cortex M4 part from NXP, in part because of the (apparently) powerful DSP-style instructions it features. In particular, I am trying to use SMLAL to implement a multiply-accumulate...
  • 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.
  • 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. ...