STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f4Cube integration with Ride 7?

Posted on June 07, 2014 at 13:18I use the Ride 7 IDE, and have just updated it so I can migrate from STM32f1 to STM32f4 - but cannot find how to integrate Cube into the IDE.  It is supposed to be compatible but I can find no installation instruction...

mike2399 by Associate II
  • 1245 Views
  • 11 replies
  • 0 kudos

Why STM32CUBE!

Posted on November 25, 2014 at 09:01Why doesnt STM32CUBE have any usb sample codes for stm32f4-discovery? Discovery has a usb port on. Everybody know that Virtual Com USB is very slow even 8bit Microchips have Bulk Usb code support about 1024kb/s

mrjaner by Associate II
  • 742 Views
  • 6 replies
  • 0 kudos

Does the STM32F429 work with Discover-MO DM-STF4BB?

Posted on November 24, 2014 at 22:37I'm new around here and still not sure where all of the information I seek can be found. Any help is most appreciated!That would be (AFAIK) MBMB1075 B-01 and DM-STF4BB if those are more meaningful designations.I h...

hbarta2 by Associate III
  • 541 Views
  • 5 replies
  • 0 kudos

USB isr breaks interrupt vector in STM32L1

Posted on November 24, 2014 at 14:45Hi everyone, I'm using the STM32L151C6 I have a program, running well, debugging with the ST-Link on IAR. My problem is that as soon as I branch the USB_LP_IRQHandler IRQ to an existing function ( USB_Istr() ) in ...

Kuikui by Associate III
  • 331 Views
  • 1 replies
  • 0 kudos

STM32VLDiscovery - Input capture mode

Posted on November 25, 2014 at 13:08Hi, i want to capture time signal on PA0. I use a FreeRtos. My code: //Input capture mode     TIM1->CR1 = 0x0;     TIM2->CCMR1=0x0;     TIM2->CCER =0x0;     TIM2->CR1 |=TIM_CR1_CMS ;     TIM2->CR1 |=TIM_CR1_DIR;  ...

hittive by Associate
  • 349 Views
  • 1 replies
  • 0 kudos

STM32F4 - read timer value

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...

pano by Associate II
  • 523 Views
  • 3 replies
  • 0 kudos

Searching for ST AN Using the STM32F3 DMA controller

Posted on November 25, 2014 at 12:28Hi everybody, Is there any documentation like http://www.st.com/web/en/resource/technical/document/application_note/DM00046011.pdf but for the STM32F30x? I'm looking for a documentation on how to implement the DMA...

franck2 by Associate II
  • 213 Views
  • 0 replies
  • 0 kudos

Multiple ADC's on STM32F0

Posted on March 30, 2014 at 19:25Hello, I have been having some trouble initializing multiple ADC on my STM32F0 discovery board. I need to sample 4 ADC at a time (or at least one after the other). Does anyone have some example code for initializing ...

shrum by Associate
  • 536 Views
  • 3 replies
  • 0 kudos