User Activity

Posted on November 26, 2014 at 14:37 Hi, a delay fuction like delay(1000000) how long is? 1000000 what is it? us? ms? thanks
Posted on November 24, 2014 at 17:27 Hi, I have this timer void InitializeTimer(void) { TIM_TimeBaseInitTypeDef timerInitStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE); timerInitS...
Posted on November 20, 2014 at 12:07 Hi, I'm a noob but I need to convert two analog signals with a command timer. I have found a code from [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ec...
Posted on November 14, 2014 at 15:10 Hi, I have this code, copied from anothers 3d in this forum, for a multi channel ADC: #include < stdio.h > #include < stdlib.h > #include < string.h > #include ''stm32f4xx.h'' //*******************...
Posted on October 21, 2014 at 16:40 Hi, I was looking for an example about ADC with 2 input pin and I have found this code, from another old thread in this forum: #include < stdio.h > #include < stdlib.h > #include < string.h > #inclu...