-
|
Hello, I noticed the high latency on So My STM32 does not have a buildin EEPROM, so the #else Part is used every time and it show, that on every read Is this intentional, and if so, is there a reason for it? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can refer to the wiki: |
Beta Was this translation helpful? Give feedback.
You can refer to the wiki:
https://github.com/stm32duino/Arduino_Core_STM32/wiki/API#EEPROM-Emulation
And this example.
EEPROM is an emulation in flash so it is dependent of the FLASH constraint.