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

STM32CubeF0 bugreport (HAL, USB, VCP)

Posted on August 06, 2014 at 09:00 Bug 1: STM32Cube_FW_F0_V1.0.0\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal_pcd.h typedef struct { PCD_TypeDef *Instance; /*!< Register base address */ PCD_InitTypeDef Init; /*!< PCD required p...

Vddio2 usage questions

Posted on October 15, 2014 at 10:16Hello, i've an application where an STM32F072 is connected to a GSM engine which provides an I/O voltage when turned on and expects no current flow over the I/O lines into the engine when off. Using Vddio2 for this...

rg by Associate II
  • 1369 Views
  • 4 replies
  • 0 kudos

MTBF STM32F103

Posted on October 20, 2014 at 14:10I'm looking for information regarding the MTBF of the STM32F103 BGA IC. It would be helpful if someone can send me the failure rate of this microcontroller. Thanks Regards Henri #failure-rate #mtbf

henri2 by Associate
  • 407 Views
  • 0 replies
  • 0 kudos

Can I replace CMSIS ver4.20 on older versions of CMSIS files in standard peripheral library for stm32F10x and stm32F4x?

Posted on October 18, 2014 at 08:06Can I replace CMSIS ver4.20 files on older versions of CMSIS files in standard peripheral library for stm32F10x(ver3.5 or 3.6) and stm32F4x(ver1.4)? Is there any bug in this change? Is there any relation between SP...

STM32Cube Libraries PWM

Posted on October 19, 2014 at 13:38 Hi, I am trying to output two PWM signals through channels 1 & 3 of TIM3. I'm using the Nucleo F401RE board, so my MCU is STM32F401RE. I checked the example code included with the HAL and also the code generat...

SDRAM ON STM32F439I-EVAL2

Posted on October 15, 2014 at 14:54Hi I try find datasheet SDRAM on this board but I can't find it. I want Row Address Input and Column Address Input . please help me. #lmgtfy

stdavod by Associate II
  • 1562 Views
  • 14 replies
  • 0 kudos

STM32cube mx

Posted on October 13, 2014 at 14:58I have installed STM32cubeMX and have some functionality. When I do a configuration and then try to generate code the cube window locks up. I left things for 40 minutes but no change.  A project file (.ioc ) is gen...

bob23 by Associate II
  • 929 Views
  • 6 replies
  • 0 kudos

RTC Wakeup doesn't after sleep

Posted on October 15, 2014 at 19:38 I'm trying to wakeup the processor after it has been put to sleep by the _wfe instruction via the RTC wakeup event. It is not working for me. There are no examples of WFE wakeup in the library projects tha...

vneff by Associate III
  • 1636 Views
  • 5 replies
  • 0 kudos

enable CAN1_RX0_IRQn and CAN1_SCE_IRQn

Posted on October 17, 2014 at 11:21 I have a CAN bus project that needs to use bothCAN1_RX0_IRQn and CAN1_SCE_IRQn. But it happened is that when I enabledboth of the interrupts, then the interrupts did not work at all. Here is my CanConfig(): ...