From 2aa14db67747d25df1f072f262dbc98e2169f718 Mon Sep 17 00:00:00 2001 From: "Rodrigo L. Rosa" Date: Tue, 30 Aug 2011 13:49:44 -0700 Subject: def syntax to match tap irlen the master tap has a 4 bit irlen changed the instructions to be 4 bit, ie, removed the zeros. it makes it clearer to interpret. --- src/target/dsp5680xx.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index 599fd68e..6c86ef80 100644 --- a/src/target/dsp5680xx.h +++ b/src/target/dsp5680xx.h @@ -69,10 +69,10 @@ //---------------------------------------------------------------- // Master TAP instructions from MC56F8000RM.pdf //---------------------------------------------------------------- -#define MASTER_TAP_CMD_BYPASS 0xFF -#define MASTER_TAP_CMD_IDCODE 0x02 -#define MASTER_TAP_CMD_TLM_SEL 0x05 -#define MASTER_TAP_CMD_FLASH_ERASE 0x08 +#define MASTER_TAP_CMD_BYPASS 0xF +#define MASTER_TAP_CMD_IDCODE 0x2 +#define MASTER_TAP_CMD_TLM_SEL 0x5 +#define MASTER_TAP_CMD_FLASH_ERASE 0x8 //---------------------------------------------------------------- //---------------------------------------------------------------- -- cgit v1.2.3-18-g5258