fal icon indicating copy to clipboard operation
fal copied to clipboard

Flash Abstraction Layer implentment. Manage flash device and partition.

Results 4 fal issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/25633294/112428328-f53c6c80-8d75-11eb-850a-8c3ccf7528ef.png)

在fal_partition.c我看有有两个magic word的定义,分别是: - #define FAL_PART_MAGIC_WORD 0x45503130 - #define FAL_PART_MAGIC_WROD 0x45503130 在FlashDB的库中,可以检索”FAL_PART_MAGIC_WROD“到在demos\stm32f405rg_spi_flash\applications\fal_cfg.h中使用到,其他示例的配置是使用的FAL_PART_MAGIC_WORD,这个宏“FAL_PART_MAGIC_WROD”是不是由于历史原因遗留的?

- 下载程序后,初始化输出调试信息,打印分区表的时候,有时候会卡死 ![image](https://user-images.githubusercontent.com/62687301/86871488-f60c7000-c10c-11ea-963a-957a04be25b7.png) - 请问这是什么问题?