I have CC2530 development kit and I use IAR. I did every step on Users Guide Sample Applications(Document Number: swra243) but The Simple- Peer-To –Peer application doesn’t seem to work, what did I do wrong?
Yours suggestions are;
Please make sure that the LinkTo and LinkListen application have different device address which is defined in smpl_config.dat file (THIS_DEVICE_ADDRESS). In order to enable both devices to communicate with each others, each device must have a unique device address. This means when compiling each application (LinkTo and LinkListen), the macro THIS_DEVICE_ADDRESS shall be changed to different device addresses.
If this doesn't fix the probelm, it is advised to check the packets by using the packet sniffer.
I did that. But leds are not working correctly according to Users Guide Sample Applications(Document Number: swra243)