User Activity

Posted on June 23, 2013 at 23:15in datasheet the maximum speed of gpio is 84mhz it means ( 168mbit ) because 1hz=2bit
Posted on June 10, 2013 at 23:19i used timer2 and it's clock source from  APB1   and Prescaler  value for  APB1 is 4 it's mean's APB1 work at 42mhz     ''168mhz/4 ''     becuase the maximum  frequency is 42mhz for APB1. i searched in internet and so...
Posted on June 01, 2013 at 14:45the problem is when i make     Delay(1000);  it must delay 1second but it make delay about 3second not 1second . it was 3time slower than the real time volatile uint32_t msTicks;    void SysTick_Handler(void) {   ms...
Posted on May 30, 2013 at 00:14i have problem with st link swd in discovery board. the usb device have problem in this picture. i think it need usb driver for discovery baord.
Posted on May 10, 2013 at 00:34what is this 1ul and 2ul and 3ul examble  RCC->AHB1ENR  |= ((1UL <<  0) );              /* Enable GPIOA clock         *   GPIOA->MODER    &= ~((3UL << 2*0)  );         /* PA.0 is input              */ what is the new ...