I've got a blinky program working, but one thing doesn't work. The code "bl __libc_init_array" gets lost somewhere. I don't get any error, but when I run it, I don't have any blinking.
What am I missing? I believe it is something not setup right on my compiling or link options or something like that. Any ideas?
Thanks,
Tony
There is little information supplied here, but a common mis-step is the location of user stack and heap. Check the address of these regions in your linker scatter file.