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

Why is PB13 in pull-down mode after reset on STM32G0B0?

There is no firmware in the µC! I expected all I/Os to be floating. Some are floating. But PB13 seems to be pull-down is activated. I did not find the reason in data sheet or Reference Manual. What Pins are safe floating after reset?

Ebbe by Associate II
  • 882 Views
  • 2 replies
  • 0 kudos

how to write the QSPI flash memory

Hello everyone!!!I'm yugentharStill I am working in QSPI concept in stm32f746 disco boardI tried to write the data for QSPI flash memory but I can't able to write and read the QSPI flash memory I have attached my code and snap pls find and give any s...

_legacyfs_online_stmicro_images_0693W00000bjmI1QAI.png

How to read ADC value using continuous Interrupt handler?

I had tried Poll conversion and it worked fine, but I want to use Interrupt for ADC value reading, but for some reason, it is not working. Could anyone suggest me, where i went wrong?void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc){ adc_val = H...

RShre.2 by Associate III
  • 2046 Views
  • 6 replies
  • 0 kudos

STM32G4 Comparator (COMP1) Blanking Pulse Width (using TIM1_OC5)

Hi,I'm using STM32G474 and trying to understand how COMP1 output blanking should be setup. From the reference manual, it can be set by using TIM1_OC5, but I didn't find anywhere mentioning how can i configure the length of the blanking period.Any tip...

JY.1 by Associate II
  • 3371 Views
  • 5 replies
  • 0 kudos

Receiving Zeros via SPDIF with STM32F446 does not work

I'm using an STM32F446RE to receive data via SPDIF. This works well with the following initialisation:hspdif.Instance = SPDIFRX; hspdif.Init.InputSelection = SPDIFRX_INPUT_IN0; hspdif.Init.Retries = SPDIFRX_MAXRETRIES_15; hspdif.Init.WaitForAct...

_legacyfs_online_stmicro_images_0693W00000blDM2QAM.png
BSchm.6 by Associate III
  • 1354 Views
  • 4 replies
  • 0 kudos