Hello everybody !
Designing with the development board nRF52832 and SDK14.2.
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the code "ble_app_uart_c" for the initialization and the event manager on the uart.
When I call the printf function it prints only the first byte and another byte.
and in my virtual terminal (Termite) I get this:
I would like so that my printf () prints all my chain of characters and thus marks me thus here "Multilink ex_mple started.", All this in order to allow me to debug my program.
Thank you in advance for your assistance !