I am trying to add functionality to an application another developer has written for the 3300 (512K+512K SRAM, 512K Flash, 8Mb Serial Flash) in a prototype board, specifically adding user configurability to the final board. I’d like to look at the zconsole examples to see whether I can avoid re-inventing the wheel, but I cannot get any of them to run (9.62 or 9.25).
They all compile cleanly and download to the SBC test frame (which I know works, because I used it to create a better FTP client than the one supplied in the Samples/tcpip directory), but even with a breakpoint set on the very first line of executable code in main() I get an immediate termination (code=1) and the message “No flash available!” in my stdio window.