Posted on May 17, 2011 at 14:17I am having problem with the Counting part... USART part works fine.. Here is the code which i wrote.. TIM2->PSC=0x0000; TIM2->ARR=0xffff; //Autoreload value TIM2->CNT=0x0000; TIM2->EGR=0x0000...
Posted on May 17, 2011 at 14:14 Hi Tsuneo memcpy( Send_Buffer, buf, CUSTOMHID_SIZE_INPUT_REPORT ); function is not defined in the HID.It gives a warning msg as defined implicitly. I corrected it and the program is working fine. Thanks a lot. And I ...
Posted on May 17, 2011 at 14:14Thanks Tsuneo. I am confused about CustomHID_ReportDescriptor format. Is this function really necessary...?Is there any links available that can help me...?
Posted on May 17, 2011 at 14:14Thanks for the reply,Yes, it ll help me a lot. I just need to send the 128 bytes of data for every one second. Could you please tell me what modifications i should do?