Search Results

Search results 1-3 of 3.

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

  • Thanks for the information and sorry for the delay in replying. I've downloaded the arm tools you linked to and removed all the other toolchains that I had acquired whilst trying to get my code to debug. I now have a system that I can debug Thanks Quote from SEGGER - Alex: “If you are looking for a GCC toolchain (GCC, GDB, …) how about the official one from ARM? developer.arm.com/tools-and-so…ools/gnu-toolchain/gnu-rm BR Alex ”

  • I have something working..... sort of. I was using GDB server from MinGW (8.1 downloaded from sourceforge.net which is where the mingw website says to download from), and that didn't work. However if I point my windows path at the tools folder within an installation of MCUXpresso, it seems to work. MingGW version.... GNU gdb (GDB) 8.1 MCUXpresso version... GNU gdb (GNU Arm Embedded Toolchain 10-2020-q4-major) 10.1.90.20201028-git I now have something that works, but 'd prefer not to have to upda…

  • Hi I have an issue with a J-Link on my computer where I can't seem to debug an LPC2387. It seems to work fine on a friends computer which we think is using exactly the same tools. My system is Windows 10 Eclipse 2021-06 JLinkARM.dll V7.54a (DLL compiled Sep 7 2021 14:25:55) The debug logs look identical (see attached) until the lines... Waiting for GDB connection...Connected to 127.0.0.1 Reading all registers Read 1 bytes @ address 0x00000000 (Data = 0x18) Read 1 bytes @ address 0x00000000 (Data…