赞
踩
查阅使用芯片的flash地址范围
创建flash.c放于src文件夹,flash.h放于inc文件夹。然后在工程中添加。
找到flash.c后点击add,编译工程后即可。
在flash.h中添加如下代码:
#ifndef __flash_H
#define __flash_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "main.h"
#include "stm32f1xx_hal_flash.h"
#define start_addr
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。