Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Beenaplaye

  1. B

    LPC2148 code is stuck

    I found out that using the 2132 target in the Keil project let my board start up. So the startup code for the 2148 target doesn't work on all boards. Now the supervisor mode becomes user mode after start up.
  2. B

    LPC2148 code is stuck

    If I do like: while(1) { int i; for(i=0; i < 2000; i++){}; } or while(1) { int i=0; if(i < 2000){i++}; } And I place a breakpoint either to the for or if loop, it passes one time at the breakpoint and then it keep branching to same instruction(0x8C4). At the same address??
  3. B

    LPC2148 code is stuck

    The simulator in the KEIL IDE is not handy to debug this problem. It doesn't emulate the LPC2000 bootloader and startup code.
  4. B

    LPC2148 code is stuck

    I'm using the KEIL IDE and toolchain to compile and run code on my LPC2148. The toolchain is the realvision / armcc. I debug the code with a segger J-link and run it at 100kHz. When I run the code on the device it get stuck in a branch instruction to itself (it's own instruction address). Why...
  5. B

    [SOLVED] Desperate to reanimate my LPC2148

    I got it, just pull pin 0.14 low as you reset the controller. Erase the first blocks of flash so the app. can't start and then jtag is back online. :)
  6. B

    [SOLVED] Desperate to reanimate my LPC2148

    And then I flashed it with this demo software, A freeRTOS framework included all peripheral drivers. When I run it, the device resetted itself and tried to enumerat it as a mass storage device. Indeed I compiled all the drivers for that. It's maybe even possible I overwrite the serial...
  7. B

    [SOLVED] Desperate to reanimate my LPC2148

    A note: This board has worked before with example applications designed in embOS.
  8. B

    [SOLVED] Desperate to reanimate my LPC2148

    I was running it at 100KHz. Lowered it to 5 and 10 KHz, but the error stays.
  9. B

    [SOLVED] Desperate to reanimate my LPC2148

    CPU is normally halted by the GDB server. So the application in Flash can't start running. But I can't understand why Flash sectors are not programmable anymore? ---------- Post added at 22:40 ---------- Previous post was at 22:07 ---------- I see my error now. GDB server message: ERROR: TCK...
  10. B

    [SOLVED] Desperate to reanimate my LPC2148

    Guys... I'm realy desperate to get my LPC2148 back online. After I blow in the freeRTOS code (see makefile), the LPC have memory problems. From what I presume from the gdb messages? I also don't see any startup file there, that I normally use for my not RTOS applications. I tried to flash it...
  11. B

    inverted sign Netlabel

    How to place an inverted sign on a netlabel in Altium Summer 2009?
  12. B

    printing original size in Altium Summer 2009

    Hi guys, How to print the original size of my PCB in Summer '09?
  13. B

    Connecting GND planes with via's. Good design altium summer 2009?

    Yez, but I mean is this a good way to connect 2 planes? Does this follow the design rules?
  14. B

    Nets in PCB altium summer 2009

    How to create nets in a PCB without a .sch in altium?
  15. B

    3D picture altium summer 2009

    Hi guys, How to make a picture of my 3D board? .png .jpeg ...

Part and Inventory Search

Back
Top