• RVCT 4.0 for Symbian ?
    Note: This was originally posted on 16th November 2009 at http://forums.arm.com Hello All, do you know anybody if "RVCT 4 for Symbian" is compatible with whatever current SDK from Symbian Foundation ...
  • RVCT :time_t
    time_t is defined in time.h as : typedef unsigned int time_t; In my opinion it should be defined as : typedef long time_t; Am I right ?
  • RVCT Linker
    Note: This was originally posted on 12th June 2012 at http://forums.arm.com Hi, I have a doubt regarding the scatter loading in RVCT linker. My concept is that the linker will generate code for copying...
  • inline assembly for cortex m3
    Hi I want to use uc/Probe for LPC1768 and I have difficulty porting this function to cortex. static CPU_INT32U ProbeDCC_RdCtrl (void) { __asm{ mrc P14,0,R0,C0,C0} } The compiler generate this...
  • MDK with old RVCT 2.0
    Does anyone know if it is possible to use MDK 3.1 with an older version of RVCT (RVCT 2.0 or 2.1). I have code compiling with RVCT 2.0 already, just want to have the functionality of the MDK tools w...