-
Notifications
You must be signed in to change notification settings - Fork 1k
EEPROM Reset issue #396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I guess you used the Bluepill? could you be more precise ? Sketch? build option... |
Yes i have used controller from bluepill. stm32f103c series 128kb version. Here is the link for sketch https://github.com/thingSoC/embedis/blob/master/examples/Uno/Embedis_Uno/Embedis_Uno.ino Here is the exact build config |
@fpistm |
I will not be able to test before next week. Anyway, last time I've tested the eeprom emulation on F1 it was functionnal. I saw some core define usage in the lib maybe there is a small update to do also in the lib. |
Okay i wil test that.
Thanks & Regards,
Mayur Harge
…On Fri, Dec 28, 2018 at 1:16 PM Frederic Pillon ***@***.***> wrote:
I will not be able to test before next week. Anyway, last time I've tested
the eeprom emulation on F1 it was functionnal. I saw some core define usage
in the lib maybe there is a small update to do also in the lib.
Did you test default eeprom example which do not use the lib? (Put and get
example)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#396 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AodrexlWWGhCgvGwYEtcN8oI-3ahOrHZks5u9cxygaJpZM4Zg7U7>
.
|
E2END is the last valid EEPROM address. Fix stm32duino#396 Signed-off-by: Frederic.Pillon <[email protected]>
Hi @mayurharge |
Thanks. |
E2END is the last valid EEPROM address. Fix stm32duino#396 Signed-off-by: Frederic.Pillon <[email protected]>
Hello,
I am using EMBEDIS library for handling EEPROM related functions.
I am getting the proper response for the first startup. but I am not able to retain the values after a restart.
the code works fine with [http://dan.drown.org/stm32duino/package_STM32duino_index.json]
board files.
Thanks
The text was updated successfully, but these errors were encountered: