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...
I have uploaded the maple bootloader and am trying to upload a sketch from the Arduino IDE (1.8.19 or 2.0.3). I get the following error:Board identied as /dev/ttyACM0 (Maple Mini)Upload fails:Failed to open serial device.setRTS(): TIOCMSET: Broken pi...
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,...