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

restarting CPU with VCP connection

Posted on July 01, 2014 at 15:51Hi, here's the problem: When I used RS232, I could reset my target, reset my PC app, and get going again, as the new bytes I sent went to the target. But this doesn't work over VCP. When the target is reset, the devic...

EXTI15_10_IRQHandler keep triggered after initialized

Posted on July 01, 2014 at 14:58 hi,all I'm using two stm32f103 for dma spi both master and slave. I enable one gpio for external interrupt on the master side for slave inform of PTX. But somehow theEXTI15_10_IRQHandler keep triggered afte...

STM32F437: USB HighSpeed / ULPI SMSC3370

Posted on June 30, 2014 at 10:27We've designed a USB board based on an STM32F437 microcontroller, associated to an SMSC-USB3370 ULPI device clocked by a 60MHz external oscillator. We are facing an issue with the USB enumeration as our board is reco...

edurand by Associate II
  • 841 Views
  • 3 replies
  • 0 kudos

EXTI4_15_IRQHandler

Posted on July 01, 2014 at 09:01 Hi, I'm developing with STM32F0 and I have a problem with interrupt. this is my code: void batchStandByConf(void){ EXTI_InitTypeDef EXTI_InitStructure; //PC10 input GPIOC->OSPEEDR |= GPIO_OSPEEDER_OSPEE...

mosine by Associate II
  • 931 Views
  • 0 replies
  • 0 kudos

Is STM32Lxxx compatible with STM32Fxxx?

Posted on June 27, 2014 at 14:43Hi; I recently noticed the STM32L family, while I already took a closer look at (and worked with) the STM32F family. At first glance it seemed to me that the STM32L05xxx are pin compatible with the STM32L05xxx. So her...

mmensch by Associate II
  • 736 Views
  • 5 replies
  • 0 kudos

STM32 in DIP and SO packages?

Posted on June 29, 2014 at 22:48Many years ago i asked here if ST will do STM32 in other packages like DIP , SOnow i ask again. It would be very nice to have a F401 in a SO16 for instance.MKE04Z8VWJ4 is available in SO and NXP have 8pin DIP's!

STM32F373RC TTa output driving circuit

Posted on June 30, 2014 at 17:42Hi all, I would like to know where can i find the internal driving circuit schematics of a TTa output pin (PA0, pin 14) for the  STM32F373RC controller. PS: I think i might be an open collector with an internal pull u...

bmanogna by Associate
  • 589 Views
  • 2 replies
  • 0 kudos

interrupt of the timer

Posted on June 30, 2014 at 02:32Can I have a link or an code example to count the rising edges that have an input signal in a prefixed time?I need the number of rising edges in a second.The frequency of the signal on a gpio input is in a range from ...

cchechio by Associate II
  • 767 Views
  • 4 replies
  • 0 kudos

STM32CUBE + FreeRTOS + RTC HardFault

Posted on June 27, 2014 at 04:04Hi Everyone,I have the stm32f4dicscovery and built a simple project with STM32CubeMX 4.3.  I have attached the IOC file.  The code starts a task thread and blinks an LED.  The program hard faults when the RTC Init fun...