Search found 4 matches

by gaaborkun
Tue May 16, 2017 1:45 pm
Forum: Flowcode V7
Topic: I2C internal address
Replies: 4
Views: 3587

Re: I2C internal address

LeighM wrote:Rather than using the Transactions, you will need to build up your own protocol, to match what the device requires,
such as Start, TransmitByte, Restart, ReceiveByte, Stop
Hi, yes I usually use this method what you wrote. I have asked, because maybe there is a comfortable solution. Thanks!
by gaaborkun
Tue May 16, 2017 1:42 pm
Forum: Flowcode V7
Topic: I2C internal address
Replies: 4
Views: 3587

Re: I2C internal address

petesmart wrote:Have you tried this on hardware?

I have had experience in which the slave device ignores the hi byte addr - it work by setting the addr 0

just a thought it possibly hardware dependent?

Thanks, I will try it....
by gaaborkun
Fri May 12, 2017 8:17 am
Forum: Flowcode V7
Topic: I2C internal address
Replies: 4
Views: 3587

I2C internal address

Hi everybody! A technical question about Flowcode7 and I2C master component. I have a slave device with just one byte internal address. The question: How can I work with Rx or Tx ByteTransaction macro when I haven't 2 byte internal address? If I leave blank the AddrH or AddrL line, it makes an error...
by gaaborkun
Tue Mar 07, 2017 7:27 am
Forum: Flowcode V7
Topic: SSD1327 GLCD
Replies: 0
Views: 2770

SSD1327 GLCD

Hi everybody!

Does anybody have an experience about the SSD1327 GLCD controller and the FlowCode v7?
Is there an usable component macro for this controller (comm with SPI)?

Thanks for your help!