commit
d5da533607
|
@ -137,7 +137,7 @@ const struct fal_flash_dev stm32f2_onchip_flash =
|
|||
|
||||
### 2.2、定义 flash 设备表
|
||||
|
||||
Flash 设备表定义在 `fal_cfg.h` 头文件中,定义分区表前需 **新建 `fal_cfg.h` 文件** ,请将该文件统一放在对应 BSP 或工程目录的 port 文件夹下,并将该头文件路径加入到工程。fal_cfg.h 可以参考 [示例文件 fal/samples/porting/fal_cfg.h](https://github.com/RT-Thread-packages/fal/blob/master/samples/porting/samples/porting/fal_cfg.h) 完成。
|
||||
Flash 设备表定义在 `fal_cfg.h` 头文件中,定义分区表前需 **新建 `fal_cfg.h` 文件** ,请将该文件统一放在对应 BSP 或工程目录的 port 文件夹下,并将该头文件路径加入到工程。fal_cfg.h 可以参考 [示例文件 fal/samples/porting/fal_cfg.h](https://github.com/RT-Thread-packages/fal/blob/master/samples/porting/fal_cfg.h) 完成。
|
||||
|
||||
设备表示例:
|
||||
|
||||
|
@ -158,7 +158,7 @@ Flash 设备表中,有两个 Flash 对象,一个为 STM32F2 的片内 Flash
|
|||
|
||||
### 2.3、定义 flash 分区表
|
||||
|
||||
分区表也定义在 `fal_cfg.h` 头文件中。Flash 分区基于 Flash 设备,每个 Flash 设备又可以有 N 个分区,这些分区的集合就是分区表。在配置分区表前,务必保证已定义好 **Flash 设备** 及 **设备表**。fal_cfg.h 可以参考 [示例文件 fal/samples/porting/fal_cfg.h](https://github.com/RT-Thread-packages/fal/blob/master/samples/porting/samples/porting/fal_cfg.h) 完成。
|
||||
分区表也定义在 `fal_cfg.h` 头文件中。Flash 分区基于 Flash 设备,每个 Flash 设备又可以有 N 个分区,这些分区的集合就是分区表。在配置分区表前,务必保证已定义好 **Flash 设备** 及 **设备表**。fal_cfg.h 可以参考 [示例文件 fal/samples/porting/fal_cfg.h](https://github.com/RT-Thread-packages/fal/blob/master/samples/porting/fal_cfg.h) 完成。
|
||||
|
||||
分区表示例:
|
||||
|
||||
|
@ -307,4 +307,4 @@ msh />
|
|||
## 6、联系方式
|
||||
|
||||
* 维护:[armink](https://github.com/armink)
|
||||
* 主页:https://github.com/RT-Thread-packages/fal
|
||||
* 主页:https://github.com/RT-Thread-packages/fal
|
||||
|
|
Loading…
Reference in New Issue