Wen-ting Lo
/
STM32F303RE_LPG
Basic
Diff: LPG_FlashIAP/LPG_FlashIAP.h
- Branch:
- Flash_Exam
- Revision:
- 9:4731ae675a01
- Parent:
- 7:e556528beeba
--- a/LPG_FlashIAP/LPG_FlashIAP.h Wed Apr 24 05:10:36 2019 +0000 +++ b/LPG_FlashIAP/LPG_FlashIAP.h Wed Apr 24 06:13:22 2019 +0000 @@ -2,6 +2,7 @@ #include <FlashIAP.h> void LPG_FlashIAP_InitIAP(void); +void LPG_FlashIAP_DeInitIAP(void); void LPG_FlashIAP_ReadFromFlash(char* buffer,uint32_t addr); void LPG_FlashIAP_WriteToFlash(char* buffer, uint32_t addr,RawSerial DebugPort);