Wen-ting Lo
/
STM32F303RE_LPG
Basic
LPG_FlashIAP/LPG_FlashIAP.h@7:e556528beeba, 2019-04-24 (annotated)
- Committer:
- lwtroach
- Date:
- Wed Apr 24 05:03:00 2019 +0000
- Branch:
- Flash_Exam
- Revision:
- 7:e556528beeba
- Parent:
- LPG_FlashIAP_Processing/LPG_FlashIAP_Processing.h@6:86eea1bcf499
- Child:
- 9:4731ae675a01
Recover to this version, because I don't know why the erase in IAP doesn't work. But it seems fine when I was programming in the morning.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lwtroach | 2:e90526c0bcbe | 1 | #include <mbed.h> |
lwtroach | 2:e90526c0bcbe | 2 | #include <FlashIAP.h> |
lwtroach | 2:e90526c0bcbe | 3 | |
lwtroach | 2:e90526c0bcbe | 4 | void LPG_FlashIAP_InitIAP(void); |
lwtroach | 3:cb954c31709f | 5 | void LPG_FlashIAP_ReadFromFlash(char* buffer,uint32_t addr); |
lwtroach | 7:e556528beeba | 6 | void LPG_FlashIAP_WriteToFlash(char* buffer, uint32_t addr,RawSerial DebugPort); |
lwtroach | 2:e90526c0bcbe | 7 |