I have a working project on a custom board based on nRF52832 ( PCA10040, S132). This board is a BLE Peripheral.
My task is to migrate this to a custom board based on nRF52833 ( PCA10100, S113).
The current status is I am able to compile the code on SEGGER (without any errors) for the target board and also compile a secure bootloader for the target board.
I have used a nRF52 DK (based on nRF52832) can connected my custom board to SWD on the DK to flash the target board. (Not sure if this is right for the target board but just followed what worked for me when I flashed the custom board based nRF52832).
The flashing process did not give me any errors.
End result was the app does not work as I do not see BLE Device name on nrf-Connect on my mobile.
Grateful if you can give me additional pointers to check.