STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Need drivers for VCP DeInit

Posted on November 08, 2012 at 14:30.I am using USB & VCP in STM32F205ZE in a single application (OTG_FS config)but unable to deinit my VCP while entering into USB application..please provide required driers for above..Thanks& Reagaeds:Lucky.......

IAP application startup error

Posted on November 08, 2012 at 10:22Hello, I have been studying the IAP samples recently, basically the one from AN2557. I have tried to adapt it for my application, the idea being that I would load a new fw from the microSD card when it would be av...

longchair by Associate III
  • 512 Views
  • 1 replies
  • 0 kudos

GPIO Sest-Change doesnt get reflected in BSRR

Posted on November 07, 2012 at 09:17Hello All, I am using STM32F2 series. I want to set PORT E pin 1, And here goes my code GPIO_InitTypeDef *GPIO_InitStruct;  RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOE, ENABLE);  GPIO_InitStruct->GPIO_Pin = GPIO_P...

ADC with multiple interrupts

Posted on October 26, 2012 at 09:46Is it possible to have more than one ADC interrupt source? Because I am trying to program ADC3 so that the interrupt can be caused both from an end of conversion (EOC) event and from the analogue watchdog (AWD) eve...

terence-b by Associate II
  • 1437 Views
  • 9 replies
  • 0 kudos

STM32W108 Zigbee Pro stack

Posted on October 16, 2012 at 13:13It appears that the EmberZNet Zigbee Pro stack for the STM32W108 has been withdrawn. The product brief for the STM32W-RFCKIT lists it as supported, but the revision history of the user guide explicitly states that ...

iic with stm32f100

Posted on October 28, 2012 at 12:52Hello, i'm trying to access a compas modul with my stm32F100 (ST32VLDiscovery). I'm trying to do that directly accessing the registers. I think writing the data is ok, but reading doesn't work. I send the start, th...

EXTI on PC3 rising edge only : pull-down ?

Posted on November 07, 2012 at 12:53Hi all,One question about EXTI : I have to trigger an external interrupt on pin PC3 of my STM32F405RG.So I have to configure EXTI3 for rising edge, but is it a good practice to enable pull down to avoid false trig...

neoirto by Associate II
  • 391 Views
  • 0 replies
  • 0 kudos

CAN BUS

Posted on November 06, 2012 at 13:12Hi,I was looking for an example of a CAN BUS for STM32F4 can you help?

orn by Associate II
  • 500 Views
  • 3 replies
  • 0 kudos

STM32 communicate with MIPI RFFE interface.

Posted on November 05, 2012 at 23:47I am thining of to use STM32 to communicate with MIPI interface. Please see the typical format in the attachment. It is hard to do that with PIC18F controller, for data rate up to 26MHz; by-directional TX/RX SPI l...