Hi !
I am on a firmware project for a nrf52832. I am using SES on Windows.
There seem to be a problem when combining buttonless DFU and NUS. When I do the services_init, I have to choose if I call 'ble_dfu_buttonless_init' or 'ble_nus_init'. If I call both, one of them raise an error in the ERROR_CHECK.
I would like to now how to enable NUS and buttonless at the same time.
Thanks !