Search Results

Search results 1-10 of 10.

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

  • Hi I have a problem related to connecting an jlink EDU to linux, Jammy, Ubuntu 22.04.3 LTS The jlink does no longer enumerate correctly when attaching. Basically it fails with "Device not responding to setup address.", but the whole enumerate process is reffered below. Source Code (16 lines)Right now I do not have any other computer to test with, but will do as soon as possible, but have anyone had similarissues and solutions? I cant reflash offcourse since it does not enumerate.But, I opened up…

  • Heres how I fix. The bundle install script.. st-stm32cubeide_1.0.1_3139_20190612_1256_amd64.deb_bundle.sh .. creates a temp folder with the same name as the bundle script + .root at the end, and located in the same folder as the install script. Here the install script extracts the bundled deb packages including segger-jlink-udev-rules-6.44c-3-linux-all.deb. Folder content segger-jlink-udev-rules-6.44c-3-linux-all.deb setup.sh st-stlink-server-1.2.0-3-linux-amd64.deb st-stlink-udev-rules-1.0.0-li…

  • Thank you, much appreciated,, that did it... well... almost. No, I did not realize that "New folder..." was an option to include existing folders. However, not that it matters toooooo much, I see no reason for why one need to have an virtual project folder to house existing hard folders. But off we go and I will play around with this new knowledge... Vidar

  • I have this question too, I have large projects where I have been using code::blocks. Since there are no C::B import module, importing blocks of files is a pure necessary for me to be able to switch to SES. I tried on a smaller project to import files one by one, but then I noticed that what SES really did was making a copy of the files in the project root thus destroying my old project structure. Not good. Please tell me that I have missed something crucial here. Thanks

  • Currently checking out Ozone version 2.52d Using jLink EDU and thus just the eval. The device is STM32F407VGT Everything works fine but i noticed that the peripherals register view only shows USART 1, 2 and 6. The others are gone. The correct device is set Project.SetDevice ("STM32F407VG"); And the following SVD files are loaded Project.AddSvdFile ("Cortex-M4F.svd"); Project.AddSvdFile ("/opt/SEGGER/ozone/2.52.4/Config/Peripherals/STM32F407IG.svd"); Is this a known limitation or even a bug? I wa…

  • Hi I have been trying to use the linux IDE, DDD (data display debugger) together with my jlink. However, it seems that DDD is passing some wrong options to the debugger when it is invoked. This is -g and -fullname options which i believe is supported by gnu debuggers. I wonder if anyone has been able to use DDD with jlink or if there is any other light IDE's around which does and which could run on Slitaz. (By light I mean NOT eclipse but it should have possibilities like separate panes for code…

  • Just a final status update before I rest my case. At em::blocks forum others have now confirmed that they face the same issue with their own project. I have also filed a ticket at em::blocks which hopefully will trigg a patch soon. For me I simply use version 1.45 for now as it works as expected with this version. The previous mentioned problem with 1.45 and of which I knew a solution for was related to the debugger ignoring that custom makefiles might not put the elf file in the default obj fol…

  • Hi Thanks for your answer. I have had some discussion with the em:blocks team but they know no issues which could explain the behavior, but my experience is that there are some issues with em:blocks regarding projects using custom makefiles as i do when it comes to where and how the debugger finds and handles the code. Never the less I added there an example project which I hope someone will either find some issues with which means I have done something wrong or they will find other issues with …

  • After reverted my windows with a clonezilla image I had to install em:block 2.30 and segger j-link sw version 4.96g. I also then got firmware of my jlonk edu upgraded. However, when I now tries to start my project for debug, which before i reinstalled the windows image worked perfectly every time, em:blocks recompiles as expected but the debugger gdb server is not started. I have tried to get some info on em:blocks forum but until now I have not got any replies. Thing is, I had em:blocks 1.45 in…

  • Gdbserver for linux

    zainka - - J-Link/Flasher related

    Post

    Quote from SEGGER - Alex: “ If a beta version with J-Link GDB Server for linux is released, I will post it in this thread. ” Hi Is this the same as the gdb server : J-Link Beta Software version for Linux Or is it only a stand alone tool? I could not understand how this tool should be able to set up a server even though it do detect my jlink and board..