• 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
  • View related content throughout Software Tools
  • More
  • Cancel