Hi, we are considering the nrf52810 for an upcoming project
Unfortunately, the small flash size of 192 kB seems to be a limiting factor.
The S112 softdevice and bootloader alone consumes 140 kB, leaving only 52 kB for the application.
However, a bare-bones application (such as the nRF blinky example) seemingly requires 21 kB for just application dependencies
This doesn't take the memory footprint of other commonly used libraries into account (such as nordics cryptographic libraries, which appear to consume an additional 12 kB).
Is their any manageable ways to decrease the flash footprint of these required dependencies?

