Hello, we have developed an BLE application based on the ble_peripheral/ble_app_uart example on an nRF52-DK dev kit with an nrf52832. It works great.
On our production board, we are using a BM832A module, which is a module that includes an nrf52832. We can place the softdevice and our app on both the same way using both nRFgoStudio, and Keil -- no apparent differences. However, whereas it runs great on the nRF52-DK (advertises, connects, etc), we get a pretty quick NRF_FAULT_ID_SDK_ERROR when we run on the BM832A module. The error code is 7, and there is no filename or line number in the error info as decoded by app_error_fault_handler.
Any ideas about what we should look at? What types of things cause this error? It's surprising that it's an SDK error, that seems to counterindicate hardware.
Thanks!