fal专题

RT-Thread-设备(fal)

准备工作:  #include "fal.h" fal_init(); int test(void){int len;rt_uint8_t i;rt_uint8_t write_buf[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};rt_uint8_t read_buf[10] = {0};const struct fal_partition *device

RT_Thread_使用FAL组件配置stm32f407片上flash读写

1、RT_Thread Settings打开FAL组件 2、定义struct fal_flash_dev类型的flash设备 2.1、struct fal_flash_dev 先看下struct fal_flash_dev的具体成员,有flash设备名字、flash起始地址、flash大小、块大小(执行擦除时的最小颗粒)、操作函数(init、read、write、erase)、写操作