User Activity

Posted on May 04, 2015 at 21:28I'm not able to work with the touchpanel kit. I took the program that came as an example, I made some adjustments in order to run in coocox, but the touch of the x and y position always returns zero.Does anyone have th...
Posted on June 17, 2013 at 14:52I need to update this function to stm32f4xx.h.void delay_us(u32 Nus){     SysTick_SetReload(delay_fac_us * Nus);    SysTick_CounterCmd(SysTick_Counter_Clear); // error: 'SysTick_Counter_Clear' undeclared (first use in...