To say that if we want to udpate back door pin number but don't want to erase secondary BLE address, how to achieve this in my FW with SBL update?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
To say that if we want to udpate back door pin number but don't want to erase secondary BLE address, how to achieve this in my FW with SBL update?
Hi,
All the CCFG parameters are on the same flash page. This means you are required to erase all the CCFG parameters before rewriting the page. Actually, if you only need to flip bits from 1s to 0s then you could skip the erase step - I consider this is not the case here.
Here the algorithm I suggest:
You will find useful documentation in this app note (see §3.2 SBL API) and the technical reference manual (see §8 Bootloader and §9.1.1 CCFG Registers)
I hope this will help,
Best regards,