Hi,
I have found interference when implementing uart0 on the light_bulb matter sample.
RX and TX work fine when not connected, but once connected on a loop back the line because very noisy.
My queries are:
- Is uart0 used for any other process on the light_bulb matter sample?
- Is any of the default uart0 pins used for any other process on the light_bulb matter sample?
I have managed to get uart working by using uart1 port but I was wondering why uart0 is unavailable.
Thanks