Hi,Nordic I am working for BLE_DFU, on SDK 12.1 and SoftDevice s132.
I checked, I should add below code in ble_dfu.c
char_md.char_props.write = 1;
Then I added, when I use Keil to build, it only generate app hex.
How can I build softdevice?
If I choose flash_s132_nrf_3.0.0.softdevice, it show so many strage errors (can not open source input file, but if build app, same code, it show success)