The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
88 views

Error in final launch sequence Failed for OpenOCD (Olimex) for ARM (STM32fxx)

I am using openOCD in eclipse for the arm STM32F10x series. After writing the whole code and building everything without error in the program, I am going to debug it and I am getting an error after ...
1
vote
1answer
761 views

STM32F4 Discovery + Mac OS X + GCC + OpenOCD + Eclipse

I'm interested in buying an STM32F4 Discovery from ST Microelectronics. I'm using Mac OS X, 10.8 and would like to use a toolchain including GCC OpenOCD for debugging Eclipse IDE / IntelliJ IDEA ...
1
vote
2answers
340 views

Program only runs when debugging in GDB - using Open OCD and Olimex arm-usb-ocd-h jtag to program at91sam3su

I'm trying to make my Atmel at91sam3u cortex-m3 arm chip make an LED blink. I have a Olimex ARM-USB-OCD-H jtag programmer, and I'm using Open OCD running on OS X to program my chip. I'm using the ...
0
votes
1answer
247 views

Is it possible to use openocd to program an atmega using an AVR ISP (mk2)?

I have an ATMega2560 on a custom board which I want to program with my AVRISP mkii. I have successfully programmed it using the Arduino IDE, and also over the commandline using avrdude. Is there a ...
1
vote
2answers
187 views

Crash when reaching the end of executable

I have an executable that crashes after main has finished all its instructions, and the last assembler instruction is executed. Just before the program crashes, I ...
5
votes
5answers
455 views

What unit test framework can I use for a c based mcu project?

I'm thinking about how I can use unit tests in my mcu project, and what frameworks I can use to simplify it. Today I am using a stm32 with OpenOCD-jtag from a Linux pc, where it is all controlled ...