Hi,
I have a custom board running with the nrf52832. To program it I'm using the nrf52DK board with the PCA10040 and the bootloader is based on the one found in examples/dfu/secure_bootloader/pca10040_ble so using the softdevice s132
Due to the lack of inventory everywhere with the nrf52832, we are testing a version with a nrf52811.
My questions are :
- Can I use the same hardware (nrf52DK PCA10040) to program my custom board with nrf52811 ?
- How can I use the bootloader with the softdevice S140 because it is only available inside the pca10056_ble folder
Thanks