-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing as much memory devices as possible #3
Comments
works for MB85RC16V :-) initialized as: |
I just tested the library on the FM24C64B - works great! No device ID, but initialized with the correct chip density (64) and all was good. |
Thanks for those feedbacks |
W10 + CCSv7+ Energia18 + MSP432 LaunchPad + MB85RC256V breakout from Adafruit +v1.2 libray works after a few minor mods:
Timing Info: |
@JRDavisUF Thx for those feedbacks |
Tested the Cypress FM24CL64B on a Particle Photon, works great in manual mode, initialized as: |
test FM24C04B on Arduino stm32. Tests work fine. |
Thanks |
Tested FUJITSU MB85RC04V, on Arduino Uno. Seems to work perfectly! Thanks for this great library. |
Thank you for sharing |
Tested Cypress FM24CL04B (4k) on ESP8266 12e (NodeMCU) and works fine. (When reading all memory 1 byte at a time the ESP soft reset after around 220 reads which was probably due to heap/stack issues. Reading 8 byte arrays works fine.) |
I tested the Cypress FM24CL16B with an ESP32. Works like a charm. |
Thank you for your feedback |
I got a FM24C04B running on my Teensy 4.0. Had issues with the I2C as i thought the wire.begin() was in the libary (im quie new to programing MCUs). But with including/starting it in my code, the Beef example works now. |
Good news |
Hello, Thank you really much for making this library, you can't imagine how happy I was when I found this page! |
Just a quick note - you might consider changing the "Cypress" references on your main page to "Cypress/Infineon" to help more people find your library and verify that their chips are compatible. Cypress was acquired by Infineon last year, and the chip brandings are slowly starting to change over to Infineon. Most are dual-named ("Cypress-Infineon", etc) on the vendor websites, but I have seen some chips that now just list Infineon as the manufacturer with no Cypress references at all anymore. |
FM24V05 generates followings result in example code FRAM_I2C Starting... |
I need some help to test the memory devices as I do not have all of them.
The strategy:
Thank you for your help. Fell free to leave your results here
The text was updated successfully, but these errors were encountered: