This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Coexistence examples: SDK UART coexistence example

Greetings...

Please help me understand why PB-GATT support is removed from SDK UART coexistence example?

The dilemma I am facing is as follows:

1. No PB-GATT for SDK UART coexistence example;

2. Mesh LPN supports only PB-GATT;

How can I solve this problem such that I can have a Mesh Network which supports LPN nodes provisioning?

Thank you!

M.

  • Hi Edvin,

    This part is all working well with RTT or SES Debug Terminal. My goal is to have the the printf call be sent to regular UART terminal. If you un-comment the code in main.c for printf, you will understand what I was talking about.printf should be sent to uart but instead, the statement shows up in RTT or SES Debug Terminal.

    I solved this problem by enable the Module RETARGET.

    Thanks.

    M.

Related