AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable.

pull/1469/head
Dean Camera 11 years ago
parent 94323fadd1
commit bcd07f4f8a

@ -14,6 +14,7 @@
* <b>Changed:</b>
* - Library Applications:
* - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda)
* - AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable
*
* \section Sec_ChangeLog130901 Version 130901
* <b>New:</b>

@ -57,7 +57,7 @@
#endif
/** Serial carrier TPI/PDI speed in Hz, when hardware TPI/PDI mode is used. */
#define XPROG_HARDWARE_SPEED 250000
#define XPROG_HARDWARE_SPEED 2000000
/** Total number of bits in a single USART frame. */
#define BITS_IN_USART_FRAME 12

Loading…
Cancel
Save