Prop suggestion
Chip Cox
Posts: 73
It sure would be nice to be able to be able to load and unload code dynamically when not in use. For example, in the spinneret program I am working on , there is a hefty chunk of code associated with MAC address assignment, DHCP address assignment and SNTP time synch that is run once by my app and then never touched again. The problem is that it stays in memory and reduces the memory available to serve as a web server or other purpose. Being able to unload that application program initialization code would free up room to be used for more complex programs that take fuller use of the propeller.