hi,
I have a puzzle in the BootLoader project
I'm not particularly familiar with the mechanics of this BootLoader
I try to run bootloar in nrf5340dk_nrf5340_cpuapp,use this setup to create the project

I found a problem where I printed out an error parameter

What bohers me is that SPU_BLOCK_SIZE should not count whether it is 32*1024 or 16*1024



I feel like there's something wrong with the example
I think the second parameter of the fprotect_area function should be equal to SPU_BLOCK_SIZE,But I haven't changed it here

I don't know if I think wrong, I hope you can correct me,Thank you!
If possible, I would like you to provide a detailed DFU tutorial,Thank you so much!!!