What size user program is possible
Posted: Fri Mar 13, 2015 8:23 am
I have some PIC c code. A specific pic MCU apart from the speed, word size, interrupt, and other stuff is boxed in by program flash size and ram size.
Constants like font representations share space with the program in flash
Now converting the code to the esp8266 and seeing what happens is one way to go.
Question
if the esp8266 has 4 m bytes ( 512k byte flash was swapped out for 4 m byte) can it have (say) around 4m bytes of program space?
I'm trying to know the program space the esp8266 needs for its wifi work and what is left for general use?
Constants like font representations share space with the program in flash
Now converting the code to the esp8266 and seeing what happens is one way to go.
Question
if the esp8266 has 4 m bytes ( 512k byte flash was swapped out for 4 m byte) can it have (say) around 4m bytes of program space?
I'm trying to know the program space the esp8266 needs for its wifi work and what is left for general use?