• how do I resolve Target in wrong state/mode when attempting to connect.

    attempting to use RealVeiw ICE v4.1 with DStream.  Processor is Freescale i.mx25 with ARM926EJ-S.  I get error message "Error V2801C (Vehicle): 0x05060012: Target in wrong state/mode."  Any idea on what to look for?

  • Starting to work in REALVIEW PLATFORM BASEBOARD FOR ARM1176JZF-S ( SOFTWARE ARM DS -5 TOOLS)

    I AM WORKING FIRST TIME IN ARM BOARDS. PLEASE GIVE ME THE STEPS OF RUNNING A C PROGRAM IN ARM1176JZF-S WITH ARM DS-5 TOOLS( THE LICENSE OF WHICH I HAVE AND WHICH IS ALREADY INSTALLED IN MY PC ) .I HAVE INSTALLED THE REAL VIEW SOFTWARE PROVIDED IN THE…

  • Even after using the pragma arm section zidata = ".test", i see some variables in the test section and some still in the data section. I am using RVCT2.2. Can someone please help me with this?

    I have few variables and am using the below pragma

    #pragma arm section zidata = ".test"

    i see that some of the vairable are going to the .test section but some are still in the .data section. The code is being compiled using RVCT2.2 Compiler.

  • Error use gcc linking  RVCT2.2 c libraries

    Note: This was originally posted on 19th March 2007 at http://forums.arm.com

    I use RVCT2.2 armcc to complier files and get a library.
    Then to use gcc link the library, but get
    Error:
      undefined reference to '__aeabi_uread4'
      undefined reference…