STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM_6Steps

Posted on April 23, 2014 at 16:54Hi all together, I want to test the TIM_6Steps from the ''STM32F4xx_DSP_StdPeriph_Lib_V1.3.0'' Library with the STM32F4-Discovery-Board which uses the STM32F407VGT6. The compiler does not send any error but I do not ...

Missing TIM4 definition??

Posted on April 22, 2014 at 22:05 Hello All, I trying the following configuration of TIM4 on STM32L152 void Timer4Init(void) { RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4, ENABLE); // Zero cross in - counter start CH3 ...

Tom by Associate II
  • 632 Views
  • 3 replies
  • 0 kudos

STM32CUBE and USB framework

Posted on April 23, 2014 at 15:46Has the USB framework supplied with STM32CubeF4 been completely rewritten or is it  the USB-Host-Device_Lib_V2.1.0?

thierry1 by Associate II
  • 411 Views
  • 2 replies
  • 0 kudos

Bug HAL_NVIC_EnableIRQ(EXTI9_5_IRQn)

Posted on April 14, 2014 at 17:04Don't know if this is an oversight or normal. When I configure a pin with CubeMX to be ''External Interrupt Mode with Falling edge trigger detection'' for example, and enable the interrupt in the NVIC configuration, ...

joe by Associate III
  • 467 Views
  • 1 replies
  • 0 kudos

stm32f3 gyroscope

Posted on April 24, 2014 at 09:35The original post was too long to process during our migration. Please click on the attachment to read the original post.

anes by Associate
  • 313 Views
  • 0 replies
  • 0 kudos

Chip Select Pin in SPI with STM32F4Discovery

Posted on April 23, 2014 at 23:20Hi everyone, I'm trying to implement SPI on stm32f4discovery kit here's the code I found on some blog<b>#include ''stm32f4_discovery.h''#include <stm32f4xx.h>#include <stm32f4xx_spi.h>void delay(uint32_t cnt);// this...