PreciousRoy

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Mbed compile problem #9790
    PreciousRoy
    Participant

    Hmm i am pretty sure i selected the right chip (NPX LPC11U24, using system_LPC11Uxx.c), i am however debugging with the  GDB debugger (software). so i’m guessing thats the problem.

    the release build however still does not work. any ideas on what els i can try ?

    i am supposed to upload this file right VisualGDB\Release\MbedTest2.bin?

    in reply to: Mbed compile problem #9776
    PreciousRoy
    Participant

    Ok now it indeed does build and run in debug mode,

    However it never actually goes into my code it sits and waits on this line

    while (!(LPC_SYSCON->SYSPLLSTAT & 0x01));      /* Wait Until PLL Locked    */

    in system_LPC11Uxx.c file.

    cant see if it will run on my board just jet but will do tonight.

    in reply to: Mbed compile problem #9721
    PreciousRoy
    Participant

    i dont think it is a size problem, i mean how can it be for 5 lines of code… of it does include stuff but still, and it has been set to newlib-nano as mentioned in the tutorial. here is the output text, sorry i should of done that first.

    1> C:/Users/P-Roy/AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.mbed/targets/TARGET_NXP/TARGET_LPC11UXX/device/TOOLCHAIN_GCC_ARM/TARGET_LPC11U24_401/LPC11U24.ld:50 cannot move location counter backwards (from 0000023c to 00000200)

    in reply to: Mbed compile problem #9706
    PreciousRoy
    Participant

    Hello,

     

    when run in debug mode i get this error. i have it settup to use the built in GDB debugger.

    Severity Code Description Project File Line Suppression State
    Error ld returned 1 exit status MbedTest2 C:\Users\P-Roy\Desktop\MbedTest2\MbedTest2\collect2.exe 1

     

     

     

Viewing 4 posts - 1 through 4 (of 4 total)