sosandroid / FRAM_MB85RC_I2C

Arduino library for I2C FRAM - Fujitsu MB85RC & Cypress FM24, CY15B
Other
56 stars 21 forks source link

FM24V05-G #18

Closed bobybobybob closed 4 years ago

bobybobybob commented 5 years ago

FM24V05

Starting... ....... ....... FRAM Device IDs Manufacturer 0xD5A ProductID 0xC69 Density code 0xC

Starting... FRAM_MB85RC_I2C object created I2C device address 0x50 WP pin number 13 Write protect management: false Memory Chip NOT FOUND ...... ...... ......

Starting... FRAM_MB85RC_I2C object created I2C device address 0x50 WP pin number 13 Write protect management: false Memory Chip NOT FOUND ...... ...... ...... Data_0: true Data_1: 1.3574999570 Data_2: 314159 Data_3: 142 Data_4: 0x50 ...... ...... ...... Init Done - array loaded ...... ...... ...... Write failed ...... ...... ...... Read failed ...... ...... ...... Data_0: false Data_1: 0.0000000000 Data_2: 0 Data_3: 0 Data_4: 0x0 ...... ...... ...... Read Write test done - check data if successfull ...... ...... ......

sosandroid commented 5 years ago

Please share your code. It seems you did not initiate properly the object to match your device.

bobybobybob commented 5 years ago

I use the example Demos from your Library.

sosandroid commented 5 years ago

Thanks for your help.

Obviously, the chip you used does not match to product IDs of the Cypress datasheet.

As consequence, the library is considering the chip not found. This is a normal behaviour.

You should try to switch to manual mode as the lib allows you to do so.

bobybobybob commented 5 years ago

https://aliexpress.com/item/Freies-Schiff-XTR115UA-AO4422-AP4502GM-EN25F40-100GCP-EPCS4SI8N-EPCS4N-FA5518-FM24V05-G-Fm24v10-gtr-IRF7103Q-IRF7324/32835241173.html

There i have buy two. Very sad that there are Fake one...

sosandroid commented 5 years ago

Sorry for that. Just try to address it in manual mode. Maybe fake but working

sosandroid commented 4 years ago

If same issue than #18 please try manual mode by setting density manually

sosandroid commented 4 years ago

No feedback, closing the issue