Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello everybody,I'm a newbie in stm32 IDE. I come from microchip 8bit PIC world :)For a small personal project I would like to use a SIM800 GSM module with an STM32F303.in order to make my code clear I would have liked to break it down into several p...
I am applying 4 offset to 4 adc channels and calculating the analog watchdog high threshold based on a threshold above the highest adc channel. The purpose of the adc offsets is to equalize the channels readings, such that the adc watchdog high thres...
Hi all,I have custom hardware in the G4 series (491RE) and want to log some data. I don't have any communication method accessible now. Only I can access SWDCLK and SWDIO pins. SWO pin used for another purpose. is there any method where I can get SW...
I have an IOT project for the monitoring and control of a deep well, the gateway in charge of sending the information to the web server was based on an STM32G030C8 and communicates via UART with the quectel EC25 4G module.I have activated the IWDG (i...
how to bind the timer to a specific DMA channel?
Regarding STM32G0B1In a remotely operated AUV I would like to have a mechanism for two or more full code images with the option of rollback. 1) Is it possible to partition main FLASH in two with a selection mechanism and rollback2) Ist it possible to...
Hi ,Is there any Schematic of ASM330 connections over SPI to STM micro-controller for our Reference design . Please share if there is any reference design of ASM330 connections over SPIThanks
Using RTC with LSI Clock, BinaryMode and 24h Format. HAL_RTC_GetTime/Date returns unpredictable values after stop mode crossing midday or midnight:hours value above 24h. see a)"pm" (Timeformat "64") in 24h Mode, which is sometimes wrong additionally,...
Hello,I am using the comparators (COMP2) on STM32G4 and want to add some blanking windows to let the COMP2 input get rid of the system switching noise.The technical manual gives a very brief example as shown in Fig.1. But I need something more compl...