2020-02-02 11:07 PM
I tried to search on the internet but i can't get any proper answer.
i am using Blue pill(STM32F103C8) which has 20kb SRAM and 64kb Flash.
Now i want to store some data into flash which i need again and again in my program. So Few are my Questions.
1> From Which memory location i can write data.
2> Which register i have to use ? If you have any solution by using HAL Library.
That will also work for me. But CMISS Library is preferable.
3>If you can provide good source that is also fine.Other than reference manual and data sheet.
i.e Working Example OR GitHub Link.
2021-12-25 09:45 AM