Skip to main content
ZYu.1
Associate III
February 6, 2021
Solved

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 ?

  • February 6, 2021
  • 2 replies
  • 1149 views

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.

This topic has been closed for replies.
Best answer by Tesla DeLorean

Define a section in the scatter file and direct data into it.​

C​onsider using a structure

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
February 6, 2021

Define a section in the scatter file and direct data into it.​

C​onsider using a structure

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
ZYu.1
ZYu.1Author
Associate III
February 19, 2021

thank you,but could you please give a example?​