- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I am working on Cypress FX-3, i have to write hex file content to Demod using I2C interface, i need use repeated write operation.
Q1. what is the maximum size of operation in Fx3 I2C communication.
Q2 For Repeated Write operation how to set Start bit and stop bit.
Thank you
Best Regards.
Thrimurthi M
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Thrimurthi,
--The FX3 device supports associating a preamble with a maximum length of8 bytes to any I2C data transfer. This allows the user to specify a multi-byte preamble which covers the slave address, device specific address fields and then initiate the data transfer.
---No need to set start bit and stop bit for repeated write operation just change the slave address write operation.
Regards,
Anil Srinivas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Thrimurthi,
--The FX3 device supports associating a preamble with a maximum length of8 bytes to any I2C data transfer. This allows the user to specify a multi-byte preamble which covers the slave address, device specific address fields and then initiate the data transfer.
---No need to set start bit and stop bit for repeated write operation just change the slave address write operation.
Regards,
Anil Srinivas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you anil srinivas sir.