User Activity

Posted on December 07, 2013 at 17:01Hi. Can you show me ADC register map of  ADC1 and ADC2 12 bit? in example incle lib  ADC3_DR_ADDRESS     0x4001224C. I read manual but can find it. In ADC I see 0x000 - 0x04C ADC1.0x100 - 0x14C ADC2.Thanks
Posted on November 27, 2013 at 15:45I read example in projec example include Lib 1.2.0 . But I can't connect. I open Hyper terminal but no COM from stm32f4. When I connect board stm32f4, it will appear in Universal Serial Bus Controller. How can I c...
Posted on November 27, 2013 at 06:17what is difference between TIMx_CH1 and TIMERx_CH1N
Posted on November 16, 2013 at 17:00I read in system_stm32f4xx.c that after reset, sysclk is 168MHz. I want to creat a function delay 1s.void Delay(void) { uint32_t i; for(i=0; i<0xA037A00; ++i)   // A037A00 = 168.000.000 { }   }.Who can explain fo...