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! Environmental Impact of manufacturing STM32

Hello everyone,  I have a bunch of questions concerning the environmental impact of manufacturing a STM32  I'd like to see the impact according to as many criteria as possible from the following:  Contribution to the greenhouse effect Particulate mat...

Chall24 by Associate II
  • 5516 Views
  • 10 replies
  • 1 kudos

Resolved! Connecting Arduino Portenta H7 to PDM microphone

Hello everyone,I am new to hardware programming so please excuse my basic question. Can someone please point me to the right resource to obtain data from an external pdm microphone (https://learn.adafruit.com/adafruit-pdm-microphone-breakout?view=all...

yshetty by Associate II
  • 3366 Views
  • 4 replies
  • 1 kudos

Encoder problems STM32H743ZI2

Hello,I have a problem using the LL_TIM_ENCODERMODE_X4_TI12 on a nucleo_H743ZI2 development board. I directly read the counter register (TIM2->CNT for example ) to obtain the encoder value. I do however notice that even though the encoder is not rota...

Extracting rssi from scanned packet.

Hi,I need to get the RSSI of scanned BLE packet. So I'm using le_advertising_event .I found some one used the following code for that purpose.rssi1 = le_advertising_event->Advertising_Report[0].RSSI;but in the struct they mentioned that /* WARNING: b...

Kryptons by Associate II
  • 1363 Views
  • 1 replies
  • 0 kudos

Resolved! RTC configuration of outpot ALRM

Hello st community,I work on stm32h7, and I use with RTC output alarmA, when the MCU power supple turned off, and RTC work with VBATT to wakeup some component with this signal, but this component needs any pules to wakeup and not woke up with first e...

dToub.1 by Associate
  • 5033 Views
  • 9 replies
  • 0 kudos

Resolved! fast consecutive ADC Sampling for large chunk of data

Hi Everyone, in my previous posts i pretty much beat the bush around this subject and i did get some good supportbut i keep getting stuck with this issue.im using STM32H743ZI2 Evaluation board set to 32Mhzthe ADC is 16 bits and running on "fast chann...

shahaf321_1-1707384861260.png shahaf321_0-1707384421185.png
shahaf321 by Associate III
  • 3893 Views
  • 4 replies
  • 3 kudos

Resolved! Contradiction in Reference Manual RM0394

There is an inconsistency in RTC shadow register update frequency description. Some places in text mentions that shadow register update happens once every RTCCLK period:34.3.5, 36.3.4: "Every RTCCLK periods, the current calendar value is copied into ...

Resolved! spi problem communication STM32F103c8t6

Hello, i have a problem with my spi communication i don't recieve the information from the slave to the master Master configuration :Slave configuration : I want to receive how many time my led blink and i want to write it on my lcd screen. But every...

master.png masterclock.png spislave.png spiclock.png