Hello
I'm wondering what base I should use to build a custom Bootloader for the nRF52840 (the concept should also work for nRF5340, thus nRF5 SDK is no solution).
The custom Bootloader needs to implement LittleFS and a custom crypto Library. On boot, it should check if there is a verified Update, if yes it should start to decrypt it and load it into the nRF flash. This process is already implemented for some other MCU. I don't need any RTOS or other things, except SPI/FLASH Library.
What should be used as base? Is there an example? Should this Bootloader also be a Zephyr application?