Why are bin files split
Posted: Thu Dec 25, 2014 5:06 pm
I know that when I build a program I get 2 binfiles (usually at 0x00000 and 0x40000) and sometimes even a third (esphttpd server with the webpages at 0x12000). But is there a specific reason why they are set at those addresses? Or even why have 2 bin files? In other words why is it not possible to just create one single BIN file where consequetive Flash memory is used?