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

FIT values for STM32F405VGT7

Posted on January 30, 2017 at 09:33Hello,i need the FIT (relieability) data for the STM32F405VGT7. I don`t find it in the documentation.Is there another locations for that kind of data?Best regardsVolker

Resolved! Nucleo-L053R8 (Standby Mode)

Posted on January 27, 2017 at 04:47Hello, I got stuck in a power mode on Nucleo-L053R8 for a week. My desire is going to make this board consume an energy lowest as possible when it is on standby mode. I used this code /*Disable clock to unused peri...

BUG on stm32f0xx_hal_spi.c V1.5.0

Posted on January 30, 2017 at 10:24If you start a transfer on SPI with not aligned byte array could be generated a Fault!Incredible... unsigned char FirstArray[5] = {'c','i','a','o','!'};unsigned char SecondArray[5] = {'c','i','a','o','?'};while(HAL...

Resolved! STM32F4 DAC not working

Posted on January 28, 2017 at 23:40hi,   I am trying to use discovery board DAC module to adjust my external led's brightness by giving different level out voltage.   I am sure that led is working on 3V, GPIOA.PA5 port also is working.   But when I ...

stm32f103c8 - ADC1_2_IRQHandler not triggerd

Posted on January 29, 2017 at 21:04Hello Alli have a timer which runs at 10 khz  and a adc channel in inject mode,  the problem is i have set some gpio toggling inside the ADC1_2_IRQHandler, but nothing happens.... I cant explain why the ADC1_2_IRQH...

Bogdan by Senior
  • 915 Views
  • 3 replies
  • 0 kudos

short circuit effects on GPIO pins during mcu startup

Posted on January 29, 2017 at 21:31HelloWhat will happen to gpio pins that are connected to each other, during mcu startup and before their state is set (e.g input with pull up or output push pull) from excess current source/sink respective? is exte...

Resolved! Example code mentioned in AN4666

Posted on January 29, 2017 at 14:41Hi,I have read AN4666 but I can't find the associated example files, they seem to have been removedfrom the current examples directory. Does anyone have a link?I am trying to use DMA to transfer 8 bit parallel data...

TIM_ICPolarity_ always both edges

Posted on January 29, 2017 at 12:29Hi Forum,Can anyone tell me whyTIM_EncoderInterfaceConfig(TIM2, TIM_EncoderMode_TI1, TIM_ICPolarity_Falling, TIM_ICPolarity_Falling);doesn't work the way I expect it to?No matter what I tell it to do, it always cou...

Willunen by Associate III
  • 309 Views
  • 0 replies
  • 0 kudos