• Unable to Run Hello.c from the Example Project in µVision v5

    lordmichael95
    lordmichael95

    Hello,

    I recently installed Keil µVision v5. I am interested in seeing if an older project that was built and run in Keil µVision v4 will work without any issue in the newer version of the IDE.

    Unfortunately for me, before I can even test…

    • Answered
    • 6 months ago
    • Software Tools
    • Keil forum
  • GA and Streamline on APK 26 or higher

    Raluca
    Raluca

    Hello,

    I'm trying to analyze an app with the GA and integrate it with Streamline.

    The Graphics Analyzer requires an apk 25 or lower and I can't modify the targetsdk in the build.gradle file because that brings up some errors about not being able to…

    • Answered
    • 11 months ago
    • Graphics and Gaming
    • Graphics and Gaming forum
  • Connecting Unity app to Streamline

    Raluca
    Raluca

    I'm trying to profile an app developed in Unity with Streamline. I followed the instruction for setting up the package here to make it debuggable, but I still get this from the terminal:

    "run-as: package not debuggable: com.srm.streamlinelab…

    • Answered
    • 11 months ago
    • Graphics and Gaming
    • Graphics and Gaming forum
  • Trouble profiling with streamline

    Raluca
    Raluca

    I'm trying to go through the steps of getting started with Streamline but I got stuck on the gatorme command : instruction says "On the host, run the gatorme script to set up the target device so that Streamline can connect to it. Use the following…

    • Answered
    • 11 months ago
    • Graphics and Gaming
    • Graphics and Gaming forum
  • Key difference between GCC arm-none-eabi and arm-eabi

    techguyz
    techguyz

    Hi Experts,

    For Cortex R and M processors Linaro has recommended the GCC arm-none-eabi 4.9 whereas for A series processors it is recommending normal GCC eabi.

    what is the key difference between the same ?

    Regards,

    Techguyz

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Development Studio forum
  • Is there a hello world assembly language project for M4 WITHOUT Startup code?

    Sam walsh
    Sam walsh

    I really want to just write some values to registers but I am really struggling to get the most simple of ASM projects to build

    I am coming from PIC background and for an intial lab I want to be able to just show some students how to load a register and…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • What the linker file does?

    Radoslav
    Radoslav

    Hello everyone.

    I am new in programming and I am wondering what the linker file is used for and what It does? The programing environment I use is IAR embedded workbench. The only thing I know is that the linker file is used as a reference between the binary…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • I use J-Link GDB session to debug assembly code for LPC2148 device. I set a hwbreak at some address in flash. I receive 'SIGTRAP, Trace/breakpoint trap. PC in ?? ()'

    Jo Van Montfort
    Jo Van Montfort

    I use SEGGER J-Link GDB session to debug assembly code for NXP LPC2148 device. I set a hwbreak at some address in flash. I receive 'SIGTRAP, Trace/breakpoint trap. PC in ?? ()' If I want to step through the code I get 'Cannot find bounds of current function…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • how to change my program starting adress?

    kamran
    kamran

    Hi, I just wanted to start programming ARM, I got an NXP LPC1768 board! I wrote my first program!

    here is code

    #include "LPC17xx.h"  
    int main(void) { 
        int a;
        LPC_GPIO1->FIODIR=1;
        while(1) {
             LPC_GPIO1->FIOSET=1;
             for(a=0;a<7200000;a…
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • Procedure for Init GPIO

    Nguyen Nhat Minh
    Nguyen Nhat Minh

    Hi guy,

    I'm using ARM STM32F103RC, Cortex M3.

    when I compiler the code with this order:

      //GPIO structure used to initialize port

      GPIO_InitTypeDef GPIO_InitStructure;

       

        //Enable clock on APB2 pripheral bus where button…

    • Answered
    • over 5 years ago
    • Software Tools
    • Arm Development Studio forum
  • How to run Code on ARM platform...?

    kaushal
    kaushal

    Hello Friends,

    I have a Altera SoC Cyclone 5 Dev Board

    I have build (using 30 days evaluation license) the sample "Hello World" Code on Altera DS-5 (Attached Print-Screen)

    Then copy generated object file (test.o) to  SoC Board and then run this…

    • Answered
    • 5885.zip
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum