Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 23, 2017 at 16:36I'm preparing to implement an STM32 project that does high-speed async serial communications, and needs to send and receive variable-length messages. My receive messages are characterized in that they are *always* cont...
Hi Team,Currently I am working on the STM32h745ZIQ-nucleo boards.In my project I am working on timers in 2 individual controllers. I am generating OnePluse in first controller using OnePulse mode. I want to capture the falling edge of the pulse (gene...
Hello dear friendsI use the stm32f4 series. I am looking for some code to retrigger a similar pulse. To be clear, I have some circuits for zero-cross detection. Now, for each input pulse before the next in[ut pulse, I want some output pulse that woul...
Hi all,I'm having a very hard time with the use of HAL_I2C functions to communicate with a FM digital chip. This IC has two modes of communication: (1) a sequential mode used to send several bytes successively in the registers and (2) random mode to ...
Hello dear all,On STM32G0B0 I try to performe a Flash programming fast after erasing 2 pages on bank 2.1�?⃣ Erase code :uint32_t PageError; FLASH_EraseInitTypeDef tEraseInit; tEraseInit.TypeErase = FLASH_TYPEERASE_PAGES; tEraseInit.Banks = FLASH_BANK...
Kindly provide Product longevity of STM32F76xx series MCU
I have a project where i use the HAL library to poll the ADC.Controller STM32G473VC. Cube IDE 1.9.0.During the code i call ADC_24V_getADCvalue() at different places but never in interrupt routines .Even though after a few calls HAL_ADC_ConfigChannel ...
Master is a STM32H757, slave is a LSM6DSO ( accelero + gyro ). I have a SPI link inbetween. The "int2" pin on the LSM6 rise up when data are readable in registers.This pin is connected on EXTI2 on STM32.Register read is auto incremental on LSM6.I nee...