How can i save the data entered from keyboard on flash memory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-24 1:36 PM
I want to save the text entered from keyboard (widget) . How can i do that? Or how can i access the address of the text entered from keyboard? Could someone help me?
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-25 2:12 AM
Save to use after poweroff, or save for actual runtime?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-25 3:20 AM
Firstly, thanks for the response. After poweroff. I save the text in a box. Then, after i entered the text and after poweroff, i want to still be there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-25 8:39 AM
Then you need solve 3 steps in your code.
- learn and implement EEPROM emulation techniques and software for STM32 Microcontrollers - Application note
- before poweroff store text to eeprom space
- after poweron load back in screen or main setup stage
Maybe you dont need emulation , when your MCU have internal EEPROM or you use an external...
