Search found 2 matches

by kwakabayashiss
Mon Oct 16, 2023 9:35 am
Forum: General Discussion
Topic: hd_eeprom example dose not work in my ESP8684-DevKitC-02
Replies: 1
Views: 2630

Re: hd_eeprom example dose not work in my ESP8684-DevKitC-02

I somehow understood the cause.

The sample was created for the AT932C46D flash memory, and the command system is different to my flash memory, so it may not work as intended.
by kwakabayashiss
Wed Oct 04, 2023 2:38 am
Forum: General Discussion
Topic: hd_eeprom example dose not work in my ESP8684-DevKitC-02
Replies: 1
Views: 2630

hd_eeprom example dose not work in my ESP8684-DevKitC-02

Hi all. I'm tring to use external SPI flash memory from ESP8684-DevKitC-02. So I tried hd_eeprom example(https://github.com/espressif/esp-idf/tree/v5.1.1/examples/peripherals/spi_master/hd_eeprom), but error occurred in executing. I made pins to connect forrowing below sample code. # define PIN_NUM_...