Hi,
I have a problem with the nRF52832-QFAA-R7 chip on a developed board.
The chip can be programmed via SWD, but then neither the DFU mode nor the program starts.
For the programming I use a Segger J-Link, the nRF5-SDK 15.2.0 and nRFgo Studio. The wiring is essentially a ground circuit like the Sparkfun developer board.
The pcb was manufactured and assembled by a professional pcb manufacturer. The programming and tests were carried out with a constant voltage source of 3.3V.
used codes:
- softdevice s132
- sfe_nrf52832_dfu bootloader for UART
- ble dfu boot loader from sdk examples
- simple app codes (led blink, ble communication, ...)
I have tested and measured the following:
- UART bootloader programmed -> no UART connection and no HIGH start signal
- ble bootloader programmed -> no device found, no activity at PIN30
- RESET line measurement, no permanent ground fault on the RESET line
- Program, Bootloader and Softdevice tested on other board -> works
What do I overlook?