<div dir="ltr">Does anyone have an STM32F4Discovery board and the ability/desire to test a HELLO.ELF file I built?  I have a USB-to-TTL serial cable connected to the PA9 and PA10 pins but I'm not getting any output.  I have so many unknowns in this setup that it's hard to debug.<div>
<br></div><div>I have a breakpoint set in Init() which I hit and a breakpoint in output_char() which doesn't hit.  Some of the console output is below:</div><div><br></div><div><div>Hardware assisted breakpoint 1 at 0x388: file test.c, line 16.</div>
<div>Hardware assisted breakpoint 2 at 0xe94: file ../../../../../../../../rtems.svn/c/src/lib/libbsp/arm/stm32f4/console/console-confi</div><div>g.c, line 100.</div><div>(gdb) continue</div><div>Continuing.</div><div><br>
</div><div>Temporary breakpoint 1, Init (ignored=0x20001aa0) at test.c:16</div><div>(gdb) continue</div><div>Continuing.</div><div><br></div><div>{After a minute or so I hit ctrl-c}</div><div><br></div><div>Program received signal SIGINT, Interrupt.</div>
<div>0x000050a2 in _Internal_error_Occurred (the_source=the_source@entry=RTEMS_FATAL_SOURCE_EXIT, is_internal=is_internal@entry=0x0,</div><div>    the_error=0x0) at ../../../../../../rtems.svn/c/src/../../cpukit/score/src/interr.c:43</div>
<div>(gdb) </div></div><div><br></div><div><br></div><div>Any help with this would be appreciated.  One bit of help would be someone running my hello.elf file to see if it was built wrong.  </div><div><br></div><div>The BSP mentions that <a href="https://github.com/texane/stlink">https://github.com/texane/stlink</a> was used to debug on Linux.  I'm trying to use openOCD 0.7.0 on Fedora 20.</div>
<div><br></div><div><br></div></div>