Re: [Flashforth-devel] I2C sequential read memory
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2016-01-11 18:05:03
|
Strange, I think your loop solution should work. BR Mikael On 09.01.2016 16:05, Thomas Buschhardt wrote: > I resend the mail, maybe the previous is encrypted > ====================================== > > Hallo, I want read a certain number of eeprom bytes. > > Here is a snippet to read 4 bytes > > addr-at24c32 add-read-bit i2cws i2c@ak i2c@ak i2c@ak i2c@nak > > if I want read a variable number of bytes, how I do that? > > My try was a failure ( n = number of bytes ): > > n addr-at24c32 add-read-bit i2cws 1- for i2c@ak next i2c@nak > > Thank You Thomas > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application > Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel |