Quantcast
Channel: Cypress Semiconductor - PSoC 4 Architecture
Viewing all articles
Browse latest Browse all 796

I2C Voltage Level 1.8V on Pins 12.0 and 12.1

$
0
0

I work with a CY8C4248BZI-L489 (PSoC 4200L) with the following top design:

  • SCB block configured as I2C (Mode Master, Data rate 50, Slew Rate Fast)
  • I2C_SCL assigned to Pin 12.0
  • I2C_SDA assigned to Pin 12.1
  • Both lines are pulled-up with external resistors (1.5k) to 1.8V

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.


Viewing all articles
Browse latest Browse all 796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>