Implementing DFU with softdevice s332

Hello,

I'm working on a s332 application and I need to include the DFU feature in the code. I've managed to perform a DFU on s132 applications following examples like this <novelbits.io/.../>, but I'm having trouble with s332 because I believe it needs to change the memory size (maybe more stuff?). Can someone show me an example of how to implement DFU on a s332 application? Thanks in advance.

Related