How can I set in Keil MDK, used to stored some parameters such as soft version,manufacture date and so on at a block of(such as a page) STM32G4‘s Flash memory ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-06 01:37 AM
How can I set in Keil MDK, used to stored some parameters such as soft version,manufacture date and so on at a block of(such as a page) STM32G4‘s Flash memory, thanks.
Solved! Go to Solution.
- Labels:
-
Flash
-
Keil
-
STM32G4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-06 04:27 AM
Define a section in the scatter file and direct data into it.
Consider using a structure
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-06 04:27 AM
Define a section in the scatter file and direct data into it.
Consider using a structure
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-18 06:29 PM
thank you,but could you please give a example?