<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 17, 2016 at 11:33 AM, Olufowobi, Habeeb <span dir="ltr"><<a href="mailto:habeeb.olufowobi@bison.howard.edu" target="_blank">habeeb.olufowobi@bison.howard.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,<br><br></div>I was able to print the frame and below is the result. Also, I realised the problem is from the uart. Any ideas on how to resolve this?<br><div><br><br>(gdb) print *frame<br>$1 = {register_r0 = 115200, register_r1 = 1, register_r2 = 0, <br>  register_r3 = 1073790976, register_r4 = 0, register_r5 = 0, <br>  register_r6 = 0, register_r7 = 536875096, register_r8 = 0, <br>  register_r9 = 0, register_r10 = 0, register_r11 = 0, <br>  register_r12 = 536894384, register_sp = 120, <br>  register_lr = 0x138d <initialize+60>, <br>  register_pc = 0x1290 <get_baud_div>, <br>  register_xpsr = 1090519040, vector = 3, <br>  vfp_context = 0x0 <bsp_start_vector_table_begin>, <br>  reserved_for_stack_alignment = 536875056}<br><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br></div></div></div></blockquote><div><br></div><div>Not knowing this particular BSP, can you set a breakpoint at various points in</div><div>the assembly startup? At boot_card? How far do you get?</div><div><br></div><div>Does the code in memory look like it is supposed to versus </div><div>arm-rtems4.12-objdump?</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 15, 2016 at 12:04 PM, Olufowobi, Habeeb <span dir="ltr"><<a href="mailto:habeeb.olufowobi@bison.howard.edu" target="_blank">habeeb.olufowobi@bison.howard.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<br><br><div>I have been working on getting the console running for the past few days but I am still getting some errors.<br>I realized that the system control configuration of the board family (LM3S69XX) was different so I had to rewrite the bspstart.c and the lm3s69xx.h to suit the TM4C129E I am working on.<br>Presently, HelloWorld halt at "CPU_FATAL_HALT(the_source, the_error)" and I am getting RTEMS_FATAL_SOURCE_EXCEPTION in the_source and an error code. I am not sure how to debug this but reading about it.<br><br></div><div>Below is the backtrace of the error message.</div><div>Kindly assist.</div><div><br></div><div><div>^C</div><div>Program received signal SIGINT, Interrupt.</div><div>0x00004b22 in _Terminate (</div><div>    the_source=the_source@entry=RTEMS_FATAL_SOURCE_EXCEPTION, </div><div>    is_internal=is_internal@entry=false, the_error=536875064)</div><div>    at ../../../../../../../rtems.git/c/src/../../cpukit/score/src/interr.c:52</div><div>52<span style="white-space:pre-wrap">        </span>  _CPU_Fatal_halt( the_source, the_error );</div><div>(gdb) bt</div><div>#0  0x00004b22 in _Terminate (</div><div>    the_source=the_source@entry=RTEMS_FATAL_SOURCE_EXCEPTION, </div><div>    is_internal=is_internal@entry=false, the_error=536875064)</div><div>    at ../../../../../../../rtems.git/c/src/../../cpukit/score/src/interr.c:52</div><div>#1  0x0000404a in rtems_fatal (</div><div>    source=source@entry=RTEMS_FATAL_SOURCE_EXCEPTION, </div><div>    error=<optimized out>)</div><div>    at ../../../../../../../rtems.git/c/src/../../cpukit/sapi/src/fatal2.c:34</div><div>#2  0x00007be2 in _ARM_Exception_default (frame=<optimized out>)</div><div>    at ../../../../../../../../../rtems.git/c/src/../../cpukit/score/cpu/arm/arm-exception-default.c:24</div><div>#3  <signal handler called></div><div>#4  0x00000080 in bsp_start_vector_table_begin ()</div><div>#5  0x00000000 in ?? ()</div><div>(gdb) </div></div><div><br></div></div>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br></blockquote></div><br></div></div>