当前位置:   article > 正文

STM32 CUBEMX系列——flash的使用_cubemx flash

cubemx flash

STM32 CUBEMX系列——flash的使用


1、flash地址

查阅使用芯片的flash地址范围

2、创建flash.c和flash.h

创建flash.c放于src文件夹,flash.h放于inc文件夹。然后在工程中添加。
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
找到flash.c后点击add,编译工程后即可。
创建后在工程管理界面的位置

3、添加代码

在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 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/219935
推荐阅读
相关标签
  

闽ICP备14008679号