• Changing DS-5 Debugger Expressions View Location Address space

    josecm
    josecm

    I'm currently using an FVP model to develop my system. I'm using the DS-5 debugger. In the expressions view, I'm always getting the EL3 address space view of my expression of interest although I'm running in EL2. How can I change this? Thanks in adva…

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