2018-03-23 05:58 AM
HI
I'm lookin for a eeprom emulator for a stm32F030 cpu,and if I go to :
it is saying that I should use STM32Cube, and here i my Q. where can I find the eeprom emulator in STM32CUBE, or where can I download a eeprom emulator that can be used with STM32Cube.
Thanks.
Best regards S. Panduro
2018-03-30 03:33 AM
Hello
Panduro.Soeren.002
,You can find under the STM32CubeF0 package an EEPROM application which can help you as an implementation example: STM32Cube_FW_F0_V1.9.0\Projects\STM32F091RC-Nucleo\Applications\EEPROM\EEPROM_Emulation.
Best Regards
Imen
2018-04-01 12:40 PM
Ok, Thanks..
Does anyone know if there is a way to use multiple pages, I need to save 2300 uint16_t.
2018-04-01 03:59 PM
Couldn't you just use FLASH on a more direct fashion?