• 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
  • Does anyone know how I can remotely update code to distant arm system?

    Bojana
    Bojana

    I have problem, I have to find a way to update code to my arm device without removing it, for that purpose I'll use serial communication. Does anyone have idea how to do it?

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • Dual boot on ARM powered boards.

    Mazen Ezzeddine
    Mazen Ezzeddine

    Hi,

    Is it possible to dual boot ARM powered development boards such as Beagleboard or Arndale exynos 5250? what modifications to the bootloader must be done to the bootloader (e.g. Uboot) to achieve this? Please suggest any tutorial on a related topic…

    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • View related content throughout Software Tools
  • More
  • Cancel