Hi,
I used the BLE blinky app on a nRF52832DK and it was working nicely.
I am then trying to make it run on a custom board with nRF52832QFAB version mounted.
I see several strange things.
- If I have the debugger attached it starts advertising, but the interval the nRF connect mobile app sees the device varies from 40ms - 4000ms and I am not able to connect to the device.
- If I remove the debugger and just flash the code the program goes into an error state as soon as I supply power.
I am using nRF52832QFAB with Segger Embedded Studio, SDK 17.1.0 and softdevice S132 V7.0.1
In the settings dialog I have changed the processor to the nrf52_xxAB version. This gave me a problem with compiling, but I found the answer on this forum about SES changes FLASH to FLASH1 in the placement file.
Then I have changed the FLASH/RAM size in the linker settings:

Are there anything else I need to change to run on a QFAB device?
Any suggestions why the advertising interval varies so much?