Hello All Supporters,
I'm developing one NRF51822 based product.so sometimes will need to update application codes as new features arrives.so if my user update(replace)application by OTA successfully and if that application code has bug or some other reason he want load older one application code .than user should able to install old application program by pressing one dedicated button.
so for that i have to store copy of one main application code permanently at somewhere in memory and when assigned button is pressed then it get copied to main application area.
so is it possible to store 2 application code? and how to restore permanent stored code by button whenever we need it.
Application code is approx. 80kb in size
Thanks.