
24C02 with STM32CubeMX - STMicroelectronics Community
Posted on August 25, 2017 at 13:11 Hello,I'm trying to use this code to write/read a EEPROM 24C02,but it's not working,what i'm doing
HOW to interface and read/write data external EEPROM 24c02 to …
Posted on December 25, 2016 at 09:49 hi, i want to read and write data on EEPROM . This eeprom interface with stm32f0. for these i used I2C bus. there are any library or tutorial that …
Programming an M24C02 with ST-Link/V2 - STMicroelectronics
2020年5月20日 · I have bunch of M24C02 eeproms in some old equipment that I would like to reprogram. I have an ST-Link/V2 installed on an laptop running Windows 10. It has the STM32 …
Where do I find reliability data on a 24C02? - STMicroelectronics
2023年8月9日 · Basic info such as erase/write cycling, absolute maximum rating is in the datasheet of the manufacturer. More information in a quality and reliability test report from the …
How do I write & save data to a 24c02 using a buspirate?
2020年8月18日 · Hi @Bacteriusodine , I added the EEPROM topic for help from experts of M24C02 product. Regards
STM32F334 with 24C32 EEPROM I2C Read/Write - Page 3 ...
Posted on February 22, 2017 at 09:59 Hi, Trying to get I2C communication between a F334 and a 24C32 EEPROM working, The read and write functions do return correctly, but the reads do …
eeprom 24c02 on stm32f0 - STMicroelectronics Community
Posted on April 17, 2013 at 11:58 The original post was too long to process during our migration. Please click on the attachment to read the original post.
How can I reset a AT24C02A EEPROM chip (I2C) from ...
2018年12月19日 · I've inherited some source code for a custom board that reads EEPROM data from an Atmel AT24C02A chip. The code is based on the older STM32F103xx firmware library …
STM32L0C8T6 failed to communicate with M24C02 thro ...
2021年1月6日 · In addition with the startup delay recommanded in the previous post; usually, with I2C memory device, more when they're as old as an 24C02, one should check if device is …
I2C EEPROM Memory accessing - STMicroelectronics Community
Posted on March 19, 2015 at 13:09 Hello, I am using STM32F0 HAL Drivers to access external EEPROM 24C64 with STM32F The functions I am using areHAL_I2C_Mem_Write/Read but …