How many times write flash memory with stm32f103c8
Now I am using stm32f103c8 and i'd like to write flash directly in launch periodSo I did make it write erase and read data using Hal_functions as you can see under/* * sjk_flash.c * * Created on: 2021. 4. 21. * Author: sungjinkim */ #i...