STM32使用HAL库读写内部FLASH
测试环境:
STM32F103RB
20KBytes RAM
128KBytes FLASH
头文件:
////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
* @brief Create by AnKun on 2019/10/10
*/
#ifndef __FLASH_H
#define __FLASH_H
#include main.h
//////////////
2021-09-07 22:28:04
81KB
AS
1