mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2024-11-26 03:45:27 +01:00
CC2530 coordinator firmware
This commit is contained in:
parent
6d1d91fc1d
commit
79c585959d
17
coordinator/CC2530/README.md
Normal file
17
coordinator/CC2530/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# CC2530 coordinator firmware
|
||||
1. Open `Z-Stack Home 1.2.2a.44539\Projects\zstack\ZNP\CC253x\znp.eww` with IAR Embedded workbench for 8051.
|
||||
2. You will get a warning: *The project file 'CC253(0/1).ewp' is in an old format. Would you like to convert it for use with this version?*. Press **yes** for both.
|
||||
3. In the dropdown, set target to *CC2530 - ProdHex*.
|
||||
4. Right-click on *CC2530 - ProdHex** and press options. Go to C/C++ compiler -> preprocessor. Change the *Defined symbols* to:
|
||||
```
|
||||
ASSERT_RESET
|
||||
FAKE_CRC_SHDW
|
||||
TC_LINKKEY_JOIN
|
||||
SECURE=1
|
||||
INTER_PAN
|
||||
```
|
||||
6. Press OK.
|
||||
7. Right-click on *CC2530 - ProdHex** and click *Rebuild all*.
|
||||
![Target](images/cc2530build.png)
|
||||
8. Once finished, you can find the `CC2530ZNP-Prod.hex` file in `Z-Stack Home 1.2.2a.44539\Projects\zstack\ZNP\CC253x\dev`.
|
||||
|
15497
coordinator/CC2530/bin/CC2530ZNP-Prod.hex
Normal file
15497
coordinator/CC2530/bin/CC2530ZNP-Prod.hex
Normal file
File diff suppressed because it is too large
Load Diff
BIN
coordinator/CC2530/images/cc2530build.png
Normal file
BIN
coordinator/CC2530/images/cc2530build.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user