Thanks so much for your help Martin. I will look to work on the reset routine as said.
Regards, Habeeb On Fri, May 27, 2016 at 8:23 AM, Martin Galvan < martin.gal...@tallertechnologies.com> wrote: > On Fri, May 27, 2016 at 12:01 PM, Olufowobi, Habeeb > <habeeb.olufow...@bison.howard.edu> wrote: > > Hi Martin, > > > > I am able to run HelloWorld with what you provided. I also noticed that > the > > process does not terminate by itself and I have to manually kill it. I > > noticed that for the HelloWorld and ticker. Does it behave like that when > > you run it? > > That's great! Yeah, I believe the "freezing" you're seeing is normal. > IIRC exit() ends up calling _Terminate, which in turn calls bsp_reset. > Since the LM3S69xx BSP doesn't have its own bsp_reset, it defaults to > the shared one which does nothing. Therefore we go back to _Terminate, > which ends with an endless loop. > > For the record, it would be great to add a proper reset routine to the > LM3S69xx (if possible). I may take a shot at doing it myself if I can > find the time. >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel