STM32F429I-Discovery + 0/1 examples
CodeScope will show references to BSP_EEPROM_Init() from the following samples and libraries:
Examples
STM32F429I-Discovery
Examples
 
Symbols
loading...
Files
loading...

BSP_EEPROM_Init() function

Initializes peripherals used by the I2C EEPROM driver.

Syntax

uint32_t BSP_EEPROM_Init(void);
Implemented in stm32f429i_discovery_eeprom.c:139

Return value

EEPROM_OK (0) if operation is correctly performed, else return value different from EEPROM_OK (0)

Notes

There are 2 different versions of M24LR64 (A01 & A02). Then try to connect on 1st one (EEPROM_I2C_ADDRESS_A01) and if problem, check the 2nd one (EEPROM_I2C_ADDRESS_A02)

Examples

BSP_EEPROM_Init() is referenced by 1 libraries and example projects.

References

LocationText
stm32f429i_discovery_eeprom.c:139
uint32_t BSP_EEPROM_Init(void)
stm32f429i_discovery_eeprom.h:84
uint32_t BSP_EEPROM_Init(void);

Call Tree

Functions called by BSP_EEPROM_Init()
BSP_EEPROM_Init()
Data read by BSP_EEPROM_Init()
Data written by BSP_EEPROM_Init()
BSP_EEPROM_Init()
all items filtered out
Type of BSP_EEPROM_Init()
BSP_EEPROM_Init()
uint32_t
all items filtered out