Hello,
I have been working on a project involving a custom pcb with the nRF52832 microcontroller on it. Recently, I have been trying to modify the bootloader for this microcontroller to use the cryptographic signing and version checking using the instructions provided in this link - https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader#h142sjziaykttwu31ly1toq0p4zzp8vq. However, I am not able to proceed with step B3 Build the bootloader. The issue seems to be the code size of this image being larger than allowed version of the linker. I was wondering if you would be able to help with this issue.