I have the cy8kit-049 board. Adding the "UART (SCB mode)[v1.20] component, I can build the project and load the board. The uart loopback demo firmware works correctly - I can type characters via a terminal emulator and they are echoed back.
My problem:
I when I add the I2C (SCB mode) [v1.20]component, the UART stops working correctly - the loop-back now echos garbage characters. The UART RX/Tx and I2C SDA/SCL are assigned different pins.
Can I not run 2 SCB components in a project??? Could someone help me out on this?