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

stm32f103 startup io initialization problem

hello.this is the first time I've had this problem , I describe this problem next:1 the io initialization input is normal (this is the feature I want)2 when I power off and restart, I find that the same pin initialization input is not responding3 rep...

shan chen by Associate II
  • 2196 Views
  • 4 replies
  • 0 kudos

DS18B20 Match Rom command fail

Hi. I'm using STM32F030C8T6 MCU to communicate with multiple DS18B20. I'm using Timers to make 1us delay. I set my prescaler to 48-1. and I'm running on 48MHz clock. when i connect two sensors to my MCU, i can't read temperature, so for testing i dis...

MNoro.2 by Associate II
  • 1431 Views
  • 2 replies
  • 0 kudos

Resolved! stm32c011 in-application option byte programming

Good morning,I'm trying to program the user option bytes of the STM32C011 using the HAL. The objective of the test is to toggle the BOR bit.  static HAL_StatusTypeDef testOptionBytes() { FLASH_OBProgramInitTypeDef obInit = {0}; FLASH_OBProgra...

AndreasS by Associate
  • 1072 Views
  • 1 replies
  • 0 kudos

Vrefint and Vts very noisy with SAI active on G4

We are using an STM32G491 with TDM audio output active on SAI. When activating the 4 MHz bit-clock on SAI1_SCK_A, Vref and temperature measurement become very noisy, while externally connected ADC inputs are not affected.See attached graph for differ...

STM32H743ZI adc + bdma no callbacks

Hello every body, It is my first post and I´m newvy with this tecnology. I'm trying to read from adc 1, 2 and 3 values from the DMA (in case of use adc 1 and 2) and the BDMA (case adc3). In the two first cases, the interrupts are generated correctly ...

Captura.PNG Captura1.PNG Captura2.PNG