Search Results

Search results 1-6 of 6.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • JLink, GDB & STM32

    RichardEarl - - J-Link/Flasher related

    Post

    Hi Markus, I've had to give up on this as my temporary license for GDB server has expired. For the moment I don't think that debug in eclipse is possible. Even if I did get some debug going I would never get the opportunity to write plugins that would exploit the full debug potential - live variable update, trace functionality, function profiling etc Therefore for the moment I think that it is develop in Eclipse and then debug in another environment..... Ultimately what I would like is something…

  • JLink, GDB & STM32

    RichardEarl - - J-Link/Flasher related

    Post

    A quick update: I can flash the device with the Jlink and GDB server. Then when I disconnect the Jlink and hit reset on the dev board, the program starts to run. Therefore I can now successfully flash the device from Eclipse. However I am still having problems debugging from Eclipse. My quest continues..... Richard

  • JLink, GDB & STM32

    RichardEarl - - J-Link/Flasher related

    Post

    Hi Rolf Mixed success so far. Having built the target I then attempt to download and flash using the following commands: #************************************************* # #Connect to J-Link and debug application in flash on Cortex-M3 # #Download to flash is performed. # #Connect to the J-Link gdb server target remote 127.0.0.1:2331 monitor speed 1000 monitor flash device = STM32F103RB monitor flash breakpoints = 1 monitor flash download = 1 load Debug/dev_board_test.out # Initializing PC and …

  • JLink, GDB & STM32

    RichardEarl - - J-Link/Flasher related

    Post

    Hi Alex, Many thanks indeed for the information - I was using version 3.90 and not 3.92!! The new manual is a great help and all I need now is an evaulation license for the JFlash utility:) Richard

  • JLink, GDB & STM32

    RichardEarl - - J-Link/Flasher related

    Post

    Hello, I am trying to debug an IAR Cortex STM32 eval board unsuccessfully using GDB and Eclipse. I can connect to the GDB server from Eclipse but I don't seem to be able to flash the device. I have a 30day license and so it should all be possible. My current thoughts are that my initialisation commands are wrong. Currently they are based off the initialisation commands for an ARM 7 device from (yagarto.de/howto/jlink/index.html). # Listening for commands on this PC's tcp port 2331 target remote …

  • JLink, GDB & Eclipse

    RichardEarl - - J-Link/Flasher related

    Post

    Hello, As part of an evaluation exercise I am currently trying to get my JLink to debug an application from Eclipse and I'm having problems which I would be really grateful if someone could help me with. I have installed the GDB Server and I can connect to the JLink successfully via the command line in Cygwin (system is running on windowsXP). However when I try and connect to the debugger in Eclipse it doesn't work and I get the following error: Launching JLinkDebugger (Time of .....) Reason: Pr…