2022-10-07 12:13 AM
2022-10-12 05:29 AM
Hello m.1 (Community Member)
Yes you can split of course and refer to step 1°) in my previous reply.
Best regards,
Romain,
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-10-07 06:27 AM
Hello m.1 (Community Member)
Can you give more details about your need.
What kind of data do you want to store in the second part of the flash?
Best regards,
Romain,
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-10-07 06:33 AM
I want to store my offset hex or decimal pointing numbers so I'm planning to split code memory and data memory.
2022-10-07 06:34 AM
adc offset values
2022-10-07 06:58 AM
You have several methods to store user data in Flash memory:
1°) Specify a Flash section in Linker file to store your data, and manage your firmware to perform page Erase/Write or Read your data using HAL API.
2° Use EEPROM emulation technic (see Application Note below)
3°) Use external EEPROM.
You can also refer to this post.
https://community.st.com/s/question/0D50X00009XkhRXSAZ/storing-variables-in-flash-hal
Note STM32F3 serie has the backup registers are thirty two 32-bit registers used to store 128 bytes of user application data.
Best regards,
Romain
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-10-07 09:21 PM
I cant Use external eeprom to store because in my hardware design I didn't added so I'm searching alternate method. its have 64 to 256kbyte flash memory so I can split it right ?
2022-10-12 05:29 AM
Hello m.1 (Community Member)
Yes you can split of course and refer to step 1°) in my previous reply.
Best regards,
Romain,
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.