使用驱动请先看API函数介绍:file:///C:/KEXX_DRIVERS_V1.2.1_DEVD/kexx_drv_lib/refman/ke06/group__nvm__api__list.html
复制如下:
FLASH_EraseVerifySection ( uint32_t u32NVMTargetAddress,
uint16_t u16LongWordCount
)
[in] u32NVMTargetAddress,: target address in NVM, must be longword aligned.
[in] u16LongWordCount,: number of longwords to be verified. //这是几个意思?不明白。 |