I am currently working in the " ble_thread_dyn_mtd_coap_cli" multi protocol example.
Whenever I call printf
my program crashes.
I think it has to do with the ble_nus
service that is added in the project. So I found this link https://devzone.nordicsemi.com/question/14089/wireless-printf-using-ble-uart/ and put retarget in sdk_config.h to 0 but it still crashes on printf
probably an easy solution but if anyone could help would be great.
Thanks !