From 8cb8f1cfddf0d9a76442f8fdafe207ac7e6fe340 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 24 Aug 2009 12:49:19 +0000 Subject: Switch to hardware delays and timeouts via a hardware timer in the V2 Protocol handler. More additions to the PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP commands, although neither work correctly yet. Added dummy RESET_PROTECTIONS handler to prevent the Atmel driver from crashing when the command returns an UNKNOWN_COMMAND error code. --- Projects/Incomplete/AVRISP/Lib/V2ProtocolTarget.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Projects/Incomplete/AVRISP/Lib/V2ProtocolTarget.h') diff --git a/Projects/Incomplete/AVRISP/Lib/V2ProtocolTarget.h b/Projects/Incomplete/AVRISP/Lib/V2ProtocolTarget.h index 847770c7b..d67f84708 100644 --- a/Projects/Incomplete/AVRISP/Lib/V2ProtocolTarget.h +++ b/Projects/Incomplete/AVRISP/Lib/V2ProtocolTarget.h @@ -48,7 +48,7 @@ #include "V2ProtocolParams.h" /* Macros: */ - #define TARGET_BUSY_TIMEOUT_MS 100 + #define TARGET_BUSY_TIMEOUT_MS 200 /* External Variables: */ extern uint32_t CurrentAddress; @@ -57,7 +57,8 @@ uint8_t V2Protocol_GetSPIPrescalerMask(void); void V2Protocol_ChangeTargetResetLine(bool ResetTarget); void V2Protocol_DelayMS(uint8_t MS); - uint8_t V2Protocol_WaitForProgrammingComplete(uint16_t PollAddress, uint8_t ProgrammingMode); + uint8_t V2Protocol_WaitForProgComplete(uint8_t ProgrammingMode, uint16_t PollAddress, uint8_t PollValue, + uint8_t DelayMS, bool IsFlashMemory, uint8_t ReadMemCommand); uint8_t V2Protocol_WaitWhileTargetBusy(void); void V2Protocol_LoadExtendedAddress(void); -- cgit v1.2.3