Hello
I have two similar (as their producer says) boards. Both nRF52832. The main difference is in modems used for external data transmission.
SDK 15.0.0
SD 132
I have one firmware for this project. HW dependent code is separated by C macroses. Rest of firmware is the same. I have shell script that generate settings, merge it with booloader, than merge result with softdevice and application and flash it using `nrfjprog`.
One board works fine. Second board always in DfuTarg mode.
I even tried to flash working board with firmware for other one and realized that application is loaded. Which never happens in case of second board.
What could be the reason of such behaviour? If it is difference in HW, then what kind of?