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

Resolved! How to interface sht3x I2C sensor with STM32F401

Hi  I am a hardware design base person, it's been a while I wrote the code.  I have one STM NUCLEO-F401RE board and one sht3x i2c sensor. I wonder how to make them working (at least print sensor information via UART serial port). I see some source co...

pcpeng by Associate
  • 2536 Views
  • 2 replies
  • 0 kudos

STM32H74 ADC

Hi all, im using STM37H74x evaluation board and i managed to get most of it working (PWM, DAC etc..)but when i try using the ADC i get strange input, putting the configuration aside, this is what my main looks like below.im using ADC1 ch6, according ...

shahaf321_0-1703690875562.png
shahaf321 by Associate III
  • 1323 Views
  • 4 replies
  • 2 kudos

How to wake-up from Standby mode with RTC?

Hi guys, I want to wake up my MCU every 10 sec. And I had to write some code as follows:       if(__HAL_PWR_GET_FLAG(PWR_FLAG_SB) != RESET) { __HAL_PWR_CLEAR_FLAG(PWR_FLAG_SB); sprintf((char*)uartBuf, "wakeup from standby\n"); HAL...

Junde_0-1703569141379.png
Junde by Senior III
  • 1528 Views
  • 3 replies
  • 0 kudos

Resolved! Hardware timer interrupt Delay in STM32G4

Hi,I am working with STM32G4. I am generating 1Khz PWM from my Timer2 and TImer1 I am using for delay(I configured it for 50 usec delay with interrupt).Both timer2 and timer1 working as expected.1.For every pwm pulse start I need to read adc for 50 u...

Resolved! STM32 Trusted Package Creator - where do I find it?

According to AN5054, to prepare SFI (secure internal firmware install) or SFIx (secure external firmware install) "STM32 Trusted Package Creator" is required. Were do I find it? Searching ST website I find no such software product. Was it maybe recen...

TDJ by Lead
  • 2164 Views
  • 1 replies
  • 2 kudos