Solved issue with CC2520_READ_REG macro to read correct value of register.

ico
Sumankumar Panchal 2015-08-04 18:17:34 +05:30 committed by suman_panchal
parent 6ac939bc58
commit 27dd3f493b
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ void cc2520_set_cca_threshold(int value);
CC2520_SPI_ENABLE(); \
SPI_WRITE((CC2520_INS_MEMRD | ((adr>>8)&0xFF))); \
SPI_WRITE((adr & 0xFF)); \
(void)SPI_RXBUF; \
SPI_READ(data); \
CC2520_SPI_DISABLE(); \
} while(0)