STM32L5552E -Eval sample code for on board eeprom access
Is there a sample code for the on board eeprom access on the STM32L552E evaluation board ?
Is there a sample code for the on board eeprom access on the STM32L552E evaluation board ?
Hi @ARaj.4 ,
There is no EEPROM example within STM32L5, but you can get inspiration from the example available under STM32CubeH7 to achieve your goal:
\STM32Cube_FW_H7_V1.9.0\Projects\STM32H743I-EVAL\Examples\I2C\I2C_EEPROM_fast_mode_plus
(make sure to update the pins and use PG13 and PG14 pins)
You can also refer to the BSP drivers integrated in the STM32CubeH7 and update it according to your needs:
\STM32Cube_FW_H7_V1.9.0\Drivers\BSP\STM32H743I-EVAL\stm32h743i_eval_eeprom.* files
Imen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.