ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

手写代码使用Fls模块的方法

手写代码使用Fls模块的方法
擦除目的地址的数据
Std_ReturnType Fls_17_Dmu_Erase( const Fls_17_Dmu_AddressType TargetAddress, const Fls_17_Dmu_LengthType Length);
 
写数据
Std_ReturnType Fls_17_Dmu_Write( const Fls_17_Dmu_AddressType TargetAddress,
                                 const uint8 *const SourceAddressPtr,
                                 const Fls_17_Dmu_LengthType Length
                               )
擦和写操作后,都需要调用下面两个API,确认操作完成:
Fls_17_Dmu_MainFunction()
Fls_17_Dmu_GetStatus()
读不需要,只要从DFlash地址memcpy读到对应RAM  Block即可。
返回列表