AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed for PDI and TPI programming.
This commit is contained in:
parent
04d40897cf
commit
ce8d0424b1
8 changed files with 122 additions and 66 deletions
|
@ -81,7 +81,7 @@
|
|||
#endif
|
||||
|
||||
/** Number of cycles between each clock when software USART mode is used */
|
||||
#define BITS_BETWEEN_USART_CLOCKS 200
|
||||
#define BITS_BETWEEN_USART_CLOCKS 100
|
||||
|
||||
/** Total number of bits in a single USART frame */
|
||||
#define BITS_IN_USART_FRAME 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue