hi,i have a problem! How to Optimize code space in nRF52810,s112,SDK15.2.0,example ble_app_hids_keyboard.
my method is that disable all the code which run in main function and disable some modules in sdk_config.h. but there is also so many code(also have 21kB) occupy my flash as below.
i want to reduce some code in sdk_config.h but the modules which is necessary for me.
How can i reduce the code in each module???