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.
-
Dear Fabian, I'm sorry I connected to a wrong chip. Thank you very much.
-
Dear Fabian, thank you for your reply. 1. I use custom board from Holybro's pixhawk 4 and I do not have an evaluation board. 2. The chip is STM32F765II 3. The attached file is JLinkGDBServer.log. By the way, I use the following commands to use gdb 1. JLinkGDBServerExe 2. arm-none-eabi-gdb code.elf 3. gdb> target remote localhost:2331 4. gdb> monitor reset 5. gdb> load Here, the gdbserver showed me the message "Failed to prepare for programming". Thank you in advance.
-
Hi, I bought and use JLink EDU mini to debug my code on STM32. I run JLinkGDBServerExe and use arm-none-eabi-gdb to debug my code. When i load the binary code to the target chip, the JLinkGDBServer showed me: .... Downloading 4168 bytes @ address 0x081D4410 Downloading 304 bytes @ address 0x081D5458 Downloading 8 bytes @ address 0x081D5588 Downloading 4777 bytes @ address 0x081D5590 ERROR: Failed to prepare for programming. Could not preserve target memory. Writing register (PC = 0x 8008000) And…