ADC Trigger TIM8
Posted on April 03, 2013 at 13:35 Hi, I create a TIM8 mode up and down using this Instruction TIM_TimeBaseStructure.TIM_Period = 2000; TIM_TimeBaseStructure.TIM_Prescaler = PrescalerValue; TIM_TimeBaseStructure.TIM_ClockDivisi...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 03, 2013 at 13:35 Hi, I create a TIM8 mode up and down using this Instruction TIM_TimeBaseStructure.TIM_Period = 2000; TIM_TimeBaseStructure.TIM_Prescaler = PrescalerValue; TIM_TimeBaseStructure.TIM_ClockDivisi...
Posted on February 28, 2013 at 18:40 Hi everybody, I've got a problem on the I2C bus. I'm trying to read/write an EEPROM (24AA1025 from microchip). When I'm writing into the EEPROM, I can see I2C sentences on my oscillscope. They're lo...
Posted on April 10, 2013 at 11:25i have a board with MUC STM32F439,but i have an problem?i found the IAR FOR ARM can't support the MCU STM32F439 in the web www.IAR.com .It's pity that the KEIL did't suport the MCU STM32F439.how to deal with it ?can...
Posted on April 11, 2013 at 23:06 Hello, what changes must be performed in following code in order to send acquired data from ADC to USART and not to LCD (as it is now)? /** ************************************************************...
Posted on February 10, 2013 at 13:01Hi, I am working with CooCox IDE an this USB project https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/DispForm.aspx?ID=1311 pulled from the STe2eCommunity. I had to add #include ''stm32f4xx_conf...
Posted on April 11, 2013 at 16:03 Hi, I have a problem with the CAN keil example for mcbstm32 board. I use this example a lot with the remap for CAN so the pins are PB8 and PB9. That is theDefault configuration for the board. I tried to chan...
Posted on April 08, 2013 at 06:28Hi all,i have a problem, i have 6 complementary pwm (TIM1) and i used ADC to change the duty cycle. this my main function:int main(void){ /* System Clocks Configuration */ RCC_Configuration(); /* GPIO Conf...
Posted on April 10, 2013 at 14:51Hi, Am programming an STM32F4 Discovery on eclipse , i staeted with the IO_Toggle example but i got this errors : Symbol 'GPIO_Pin_15' could not be resolved Symbol 'RCC_AHB1Periph_GPIOD' could not be resolved Des...
Posted on December 12, 2012 at 15:06 I am trying to use the STM32F4 ADC1 in a simple polled loop. HCLK is 168MHz. My code calls RCC_Configuration_Adc1, GPIO_Configuration_Adc1, ADC_DeInit and ADC1_Configuration then goes to the main loop...
Posted on April 10, 2013 at 15:17 Hello! I'm working on bringing up the CAN peripheral on a STM32F207VCT6 part. I followed the CAN Programming Example in the Peripheral Driver Library manual (pertinent lines highlighted in red:( ...