Hi all,
Question 1 :
I want to save 1 string to flash, but I don't use code for this, I have a machine and it store string to flash of NRF52832 for me. My job is to ensure a free memory area for this.
I read this link : http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk52.v0.9.0%2Fbledfu_memory.html
I want to define a free memory at Free in picture above. But the application size may change. How I can limit application memory for it do not overwrite my free memory in any case.
The size of string is 20 bytes.
Question 2 :
I read this link : http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk52.v0.9.0%2Fbledfu_memory_banks.html
I want to question, ble_app_buttonless_dfu examble update application follow dual bank or single bank ?
Thank for help !!