Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: CuriousOne; Keyword(s):

Search: Search took 0.01 seconds.

  1. Re: Another attempt for I2C eeprom, this time - 25C256.

    Thanks a lot !
    At my system, that menu bar was not visible at all
    and in file/edit menu, they have no such setting...
  2. Re: Another attempt for I2C eeprom, this time - 25C256.

    I don't see any mode selector in GLCD font creator from their website.
  3. Re: Another attempt for I2C eeprom, this time - 25C256.

    Not exact match, but HxD hex editor does the job almost in the way I see it.
  4. Re: Another attempt for I2C eeprom, this time - 25C256.

    Yes I know all these :)
    The issue with Mikroe "creation" is it, as everything else done by them, is written with left feet- need admin priviledges to run it, and it outputs fonts rotated by 90...
  5. Re: Another attempt for I2C eeprom, this time - 25C256.

    Now I need bitwise hex editor - one that allows editing hex file by bits, not by bytes. Any ideas :)
  6. Re: Another attempt for I2C eeprom, this time - 25C256.

    WOW! Finally it works!



    x var word
    y var byte
    adr var byte
    sda var portc.0
    scl var portc.1
    lcdout $fe, $01, " "
  7. Re: Another attempt for I2C eeprom, this time - 25C256.

    So what should I write instead of 160?

    I've searched this forum, and people do use plain numbers in I2C eeprom write/read?
  8. Re: Another attempt for I2C eeprom, this time - 25C256.

    So what's wrong with 160? it is chip address, A0, and isn't that fixed?

    Regarding the logic analyzer. I have that saelae thing.
    I can't get it work as I understand it should work - run...
  9. Re: Another attempt for I2C eeprom, this time - 25C256.

    Yes I made an error in tittle, chip is certainly 24C256.
  10. Re: Another attempt for I2C eeprom, this time - 25C256.

    No difference - already tried all combos like 159+160, 160+161 and so on....
  11. Another attempt for I2C eeprom, this time - 25C256.

    Hello.
    I decided to give it another try, now with this module.

    https://www.elecrow.com/i2c-eeprom-module-at24c256-p-736.html

    Pull up resistors installed, and following code configured.
    when...
Results 1 to 11 of 11