the flash of the nrf52832-QFAB is 256KB. the softdevice S132 is used which consumes 152KB and the compiled file of the BLE_UART only consumes 98KB (after making the changes to the RAM and flash size according to how it is suggested here Adjustment of RAM and Flash memory - Getting Started - nRF5 SDK guides - Nordic DevZone (nordicsemi.com)) . now this itself consumes 250KB. we thought of developing our application code on top of the example code. but this seems to be a problem.
SDK version used is 7.0.1
softdevice used is s132
IDE used is : Segger Embedded studio.