So, how do I control where my app is going when gdb pushes it to the device?
I'm using s110 6.0.0, no boot loader. How do I make sure my app is going to where the SD will launch it?
If/when I add a boot loader, how do I make sure the boot loader goes there, and gdb will put my app where the boot loader wants it to be?
I don't see where the controls are for this right now. With no soft device, gdb is able to push my non-sd app down and run it. With a soft device, I am able (I think) to push the soft device down, but when I try to debug my app it's not clear its even getting launched.
It occurs to me that I don't know where in my environment I would tell gdb to put the app in the right place. Is it implicit in the linker output? If so, how does the SD know my app is there?
I need to know where these things get (or should get) configured.