diff --git a/Zigbee.md b/Zigbee.md index 47571c22..c948e95b 100644 --- a/Zigbee.md +++ b/Zigbee.md @@ -117,7 +117,7 @@ _**These Python scripts require Python 2.7.**_ [ ] TIMER_SUSPEND ``` - If your CC2530 is DEBUG_LOCKED, then the flash size will be incorrectly _reported_ as 16kB which is not big enough to fit the Z-Stack firmware. To fix this you need to erase the chip to reset the DEBUG_LOCKED flag. This can be accomplished by erasing the chip. The easiest method is to flash the chip and specifying the erase option. You will need any 16kb file to flash. Read the existing flash from the chip and then re-flash that file using the erase option. + If your CC2530 is DEBUG_LOCKED, then the flash size will be incorrectly _reported_ as 16kB which is not big enough to fit the Z-Stack firmware. To fix this you need to reset the DEBUG_LOCKED flag. This can be accomplished by erasing the chip. The easiest method is to flash the chip specifying the erase option. You will need any 16kb file to flash. Read the existing flash from the chip and then re-flash that file using the erase option. ``` python Python/cc_read_flash.py -p -o x.hex python Python/cc_write_flash.py --erase -p -i x.hex