Added memory erase handling to the PDI protocol in the AVRISP project.
This commit is contained in:
parent
8a55d80e7e
commit
48e50b6b57
3 changed files with 49 additions and 1 deletions
|
@ -117,5 +117,6 @@
|
|||
void NVMTarget_WaitWhileNVMControllerBusy(void);
|
||||
uint32_t NVMTarget_GetMemoryCRC(uint8_t MemoryCommand);
|
||||
void NVMTarget_ReadMemory(uint32_t ReadAddress, uint8_t* ReadBuffer, uint16_t ReadSize);
|
||||
void NVMTarget_EraseMemory(uint8_t EraseCommand, uint32_t Address);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue