Hi, I'm trying to establish a UART communication on the MAX78002EVkit. i'm using the example code from analog devices themself for reference. While trying to implement a async message reading implementation i ran into a problem. I'm using a Saleae to log the activity over the tx and rx line. When running the code however no activity is seen on the logger. Im using BAUD rate of 115200 and 8-1bit with no parity. I managed to read data coming in on the RX line before when running my own code but when using the example code the TX line is now showing up and even the RX line stays dead now, even while the com port acknowledges the transaction.
I find it very weird that even the example code does not deliver results. I have everything wired up correctly as stated in the readme file. I hope someone will be able to give me a clue on this matter.
Kind regards!
