Hi there,
Just wondering why serial_uartes example has been removed from SDK17, We have to use 2 uarts at the same time.
Is it intentional or accidental ?
Thanks, Rishi
Hi there,
Just wondering why serial_uartes example has been removed from SDK17, We have to use 2 uarts at the same time.
Is it intentional or accidental ?
Thanks, Rishi
Great! Thanks. Is there any example available using this libUARTE library using 2 uarts?
We have a libUARTE example but not one that uses two instances. However, the example clearly shows how to initialize one so it should be straightforward. Remember to enable the second instance in the config file and note the resources.
Ok Thanks... will start with this example now...