CC3D-CableCam-Controller icon indicating copy to clipboard operation
CC3D-CableCam-Controller copied to clipboard

eeprom save failed

Open lucaspezzei opened this issue 6 years ago • 3 comments

Hello.

I want to build this project, but if i type $w in putty to save the settings, putty says "eeprom save failed". what should i do? i use this board:

https://www.banggood.com/it/Original-Airbot-Omnibus-F4-V5-Flight-Controller-OSD-STM32-F405-MCU-MPU6000-5V-1A-BEC-p-1319176.html?gmcCountry=IT&currency=EUR&createTmp=1&utm_source=googleshopping&utm_medium=cpc_bgs&utm_content=frank&utm_campaign=usc-ods-it-css&creative=312667001418&gclid=Cj0KCQiA-onjBRDSARIsAEZXcKYIIycO5e6uoVse5AGQ9Wk1ZeAxUo0rSKFHlM3M5TMi9SM_oixUc8EaAod5EALw_wcB&cur_warehouse=CN

thank you.

lucaspezzei avatar Feb 12 '19 20:02 lucaspezzei

I am testing if the connected chip is an EEPROM during init. For that I check for specific vendor IDs and my guess would be on that board it is a different one. So three options

  1. I remove the check
  2. You can tell me what EEPROM chip is used
  3. We read the EEPROM vendor ID and I add that to the list of expected ids

But with the Omnibus I have the doubt that all pins are available. Have you checked some already?

wernerdaehn avatar Feb 13 '19 13:02 wernerdaehn

Correction, I do not check for the vendor id. That part got removed already. So it is the write itself that has a problem. Hence I would need to know the used EEPROM.

wernerdaehn avatar Feb 13 '19 14:02 wernerdaehn

Thank you for the fast reply. Yes, the omnibus chip has all the pins needed. For the EEPROM, i`m not so expert in the microchip world, there is a picture showing the model number on the chip, hope it help to solve the issue.

pinmap

chip number

lucaspezzei avatar Feb 13 '19 20:02 lucaspezzei