Hi Nordic,
I have an NRF52805 board [ from Raytech] and I am implementing all my application using SDK v15.1.0.
As of now, I have implemented my application using the ble_app_uart service and it works perfectly with buttonless DFU!
but my problem is NRF52805 has only 192kb of flash and my code size is around 135kb and in near future, I will include more services and it will take more flash size.
and, therefore dual bank is not possible with this amount of flash size. So I have used W25Q32 [4MB NOR Flash] flash IC to store the new image.
I have also successfully tested the basic read-write function in flash using SPI.
Now, I don't know how to store the new image in flash, and
- what kind of and where I have to make changes?
Thanks in advance
Dipak