ponyprog icon indicating copy to clipboard operation
ponyprog copied to clipboard

Bug fix: disable I2C mode when I2CBus is closed

Open mrv96 opened this issue 5 months ago • 0 comments

This PR fixes the following issue.

Issue description

Hardware: PonyProgFT

Scenario 1:

  • open PonyProg
  • flash an SPI EEPROM (25xxx)

Result: everything OK, nEN_BUS always high.

Scenario 2:

  • open PonyProg
  • flash an I2C EEPROM (24xxx)
  • flash an SPI EEPROM (25xxx)

Result: issue -> nEN_BUS always low during programming.

mrv96 avatar Sep 05 '24 15:09 mrv96