Posted on March 16, 2012 at 16:40Hi Erisson, Please refer to the following link to download the available ZigBee examples: http://www.st.com/stonline/stappl/resourceSelector/app?page=resourceSelector&doctype=FIRMWARE&ClassID=1743 With Regards mozra
Posted on March 16, 2012 at 16:26Hi, if you will use the remap feature please enable the AFIO interface before the GPIO configuration using this function: /* Enable AFIO clock */ RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); by default you ...