• A basic debug control question

    When debugging in Arm Dev Studio I Connect to Target and then run my software. When I want to restart the program I disconnect and reconnect to the target. Is there an easier way to restart?

  • CMake Toolchain file for Cortex M4?

    Hi, I am getting started with Arm Development Studio on Windows. I want to use the armclang compiler to target Cortex M4. I want to use CMake to configure the build and to work on the Windows platform.

    Is there an example CMake toolchain file for this?

    Best…

  • How to adapt tutorial for C++ development?

    Hi, I am new to embedded ARM development. I have read the 'Building your first embedded image' tutorial here:

    https://developer.arm.com/documentation/102432/latest/

    I want to write in C++. In the tutorial example, can I simply replace main.c with…

  • How to estimate RAM requirements?

    I have a basic prototype program running in Arm Development Studio. This needs to execute in a system with very limited resources.  How should I estimate the total RAM needed to run it?

    It is a C++ program. How can I specify the maximum heap and stack sizes…

  • How to run ARM compiler from Windows command line?

    Hi

    I have installed Arm Development Studio Gold Edition Free Trial on Windows and have successfully built an executable using the IDE. I now want to build from the command line.

    This web page:

    Building your first embedded image (arm.com)

    has link:

    configure…

  • Unknown toolchain GCC 10.2.1

    I am getting started with Arm Development Studio on Windows. I want to use the gcc compiler to target Cortex M4.

    I downloaded gcc-arm-none-eabi-10.3-2021.07-win32.exe, installed it and added it as a toolchain in the IDE.

    I am trying to build the calendar_Armv7…

  • Why is the debugger hanging?

    Hi

    I'm writing my first ARM application. I have C++ code that works in Visual Studio on Windows and I am porting it to ARM using ARM Dev Studio. I want to target Cortex M6 but am currently targeting Cortex-A53 as that is suggested in the tutorial.…