main in a continuous loop?
All,
I am a complete newbie as you can probably tell. My issue is most
likely very simple:
I am using PPCBoot to bring down my KDI image.
My image is a simple printf statement and then main ends.
I am loading the app into the default memory location and then
executing the app using "go 0x04000020"
What I see is my nice little 'Hello' string but it never ends. Is
PPCBoot continually restarting my application? And if so, why?
Thanks for any help!
|