I work with a CY8C4248BZI-L489 (PSoC 4200L) with the following top design:
I found out that I cannot use the I2C with this setup as it expects a bus voltage of 3.3V (default). Is this correct? At least I2CM_scl_Read() returns 0 although it should be pulled-up.
Then I tried to change the bus voltage to 1.8V in the I2CM block settings. The docs say (top of page 21 SCB datasheet) that it's possible only with slew rate set to I2C FM+ and a data rate above 400. So I changed the data rate to 1000 and the slew rate to I2C FM+. It allowed me to set the bus voltage to 1.8V. The fitter then returns an error complaining that Pins 12.0 and 12.1 do not support OVTIO.
The pins are fixed - I cannot relocate them at the moment. I guess pulling-up to 3.3V would work but are there any solutions to using 1.8V?
Many thanks in advance.
Hi,
You need to use Reference generator fature of SIO pins.You need toset proper values in registers PAIR_VREF01_SEL and PAIR_VOH01_SEL bits . Description about them is given in these documents- http://www.cypress.com/file/218741/download (page#72-73) http://www.cypress.com/file/219506/download (page#1446)
Best Regards,
VSRS