Hi Nordic Team,
I was doing OTA in nrf52840 using Secure DFU ble example in nrf5 sdk. Where i want add some customizations in the code.
1.I wanted to add spis example to secure dfu ble example.to send date to another ic. it is working perfectly fine when using spis example .but when i add the spis slave example to secure dfu
code it is not working.(on stm32(other chip) side it is giving 0xffff data. but it was working fine with spis example)
2.how can we add a spis peripheral example to secure dfu.
pls help