Other Parts Discussed in Thread: Z-STACK, CC2530, CC2530EM
Hi
can any one guide me how to start with IAR workbench with zigbee device cc2530ZDK . to develop project and programming
regards
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
we have downloaded IAR version 9.10 from iar.com because it is the provided 30 days trail version provided on site .the z stack mesh network demo code is build in 1.0.0 .when i open this project file in my IAR and built it , it gives 15 linking error and also ask to convert file because of version different. we are stuck here that how we can match the version of example and software so that we can understand its testing . kindly provide us help in this regards
thanks
Hi
Kindly tell me are there pins on CC2530EM discrete 1.3.1 for UART transmission . I looked the data sheets but cant find the exact pins for transmit and receive.
You can refer to CC2530EM schematic and CC2530 user guide. The default RX of UART0 is P0.2 and default TX of UART0 is P0.3.
You can refer to hal_key.c which implement GPI interrupt or polling method. You also need to read CC2530 user guide to know more details.