openocd Questions
3
I am trying to setup a eclipse development environment to work with stm32f303 nucleo 32 board.
http://www.st.com/en/evaluation-tools/nucleo-f303k8.html
So far, the all the tools seems to be correc...
6
I'm using Launchpad's gcc-arm-none-eabi 4.9-2015q2 to compile for an STM32F0, and now I'd like to debug using arm-none-eabi-gdb from that collection. My ST-Link v2 is part of a Nucleo F411RE board,...
4
I have a NUCLEO-F401RE board (with STM32F401RE)
and it has been working fine for the most part. Here recently, I followed a tutorial in the book "Mastering STM32" where it says to install...
1
Solved
I am trying to figure out semihostong on ARM (STM32042). I can see printf output if I run openocd directly from a command line and connect to it from gdb over TCP. But if I launch openocd from insi...
Cotangent asked 27/9, 2019 at 0:2
2
Solved
The STM32 family of microcontrollers features a read-out protection feature so proprietary code can't be read out via the debug interface (JTAG or SWD).
Using OpenOCD, how can I enable/disable the...
2
Solved
I would like to run an Altera Cyclone IV IP with OpenOCD. No matter what file I need from quartus, but the execution should be done by OpenOCD. I am currently trying to do it with a sof file. The o...
Nalda asked 28/10, 2019 at 22:22
3
Solved
Let's say I've got two STM32's, and I'm using this programmer here.
I want to connect to both of them and debug/reflash/itterate independently.
So, the setup I have is as follows:
HW
PC |-> ...
2
Solved
1. The problem explained
I'm trying to use OpenOCD for something uncommon. Instead of connecting to the chip, I'd like to merely detect the chip.
The procedure I have in mind would look like this:...
Notarize asked 9/7, 2019 at 11:43
4
Solved
I'm trying to debug and run simple assembly code for STM32L476. I've set up Eclipse Oxygen, installed the latest version of System Workbench plugin in Eclipse and installed ST-Link drivers. The IDE...
0
I'm developing applications on a Cortex-M3 microcontroller (STM32 family). I'm trying to use Visual Studio Code as the debugger interface, with a ST-Link v2 JTAG probe. I managed to configure OpenO...
Rescind asked 17/3, 2018 at 22:44
4
Solved
I'm trying to create a little unit test with gdb,
for a embedded mcu that is controlled by OpenOCD (that gives me control over my target via a gdb server).
So I would like to automate this with s...
Journalize asked 30/10, 2010 at 20:34
2
I am having trouble getting a reliable debugging setup.
I have seen other threads in some forums across the net with a similar title, but the circumstances seem different.
Setup:
Linux (Xubuntu)...
Milissa asked 17/8, 2016 at 10:50
2
Solved
I'm trying to flash a cortex m0 based SoC from a Raspberry Pi 3 Compute Module GPIOs but it keeps failing with the same error.
Error: Could not initialize the debug port
I'm following this htt...
5
Solved
The standard (low-cost) way to program ARM microcontrollers is using Eclipse with a complex toolchain plugged into it. Eclipse has definitely its merits, but I'd like to feel independent from this ...
1
Solved
I am trying to debug multiple devices at once with openocd on eclipse. I have 2x STM32F303 discovery borards, I have set the hla_serial flag to a proper board, but still no luck.
Separate boards a...
3
I am in possession of an STM32F4Discovery board, which contains both an STM32F4 microcontroller, and an ST-LINKv2 debugger interface. I would like to do some simple C programming on this setup, and...
Beatup asked 11/9, 2012 at 19:33
3
I am looking for assistance with the proper GDB / OpenOCD initializion and running commands (external tools) to use within Eclipse for flash and RAM debugging, as well as the proper modifications o...
1
© 2022 - 2024 — McMap. All rights reserved.