• RVCT ARM compiler 3.1
    Note: This was originally posted on 20th February 2009 at http://forums.arm.com Hi, Does RVCT 3.1 compiler is intelligent enough to identify which part of code can be NEON optimized and compiled in NEON...
  • Where can I download Realview Development Suite v3.1?
    Note: This was originally posted on 3rd May 2011 at http://forums.arm.com hi guys, I have checked all of the resources offered by arm.com, there is no RVDS v3.1. Because of the requirement of compiling...
  • Is there any idea to update boot area?
    I have been working with upsd3354dv mcu. I wrote the IAP myself to execute application update. but I met some problem while updated the boot area? do somebody can tell me how to update boot area.
  • 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...
  • 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 ?