libftdi Archives

Subject: Erasing FT230X eeprom

From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Cc: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>, bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 25 Jan 2018 15:24:31 +0100
How do I erase FT230X eeprom?  According to a comment in src/ftdi.c
following chips will be excluded:

This is not supported on FT232R/FT245R according to the MProg manual from FTDI.

But the I see following code snippet:

    if ((ftdi->type == TYPE_R) || (ftdi->type == TYPE_230X))
      {
          ftdi->eeprom->chip = 0;
          return 0;
      }

Should the comment be changed or erasing is still not implemented?

Regards,
Yegor

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • Erasing FT230X eeprom, Yegor Yefremov <=