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

Do FSK or PSK using HRTIM on STM32G474RE

Hello everyone, I'm trying to do FSK and PSK modulation using HRTIM in STM32G474RE but I have what I want when I use Oscillo to display. For example,  '1' = 45 kHz and '0' = 55 kHz. I want to transmit the message "1010" where each bit is 10µs long (F...

mala by Associate II
  • 679 Views
  • 5 replies
  • 0 kudos

Resolved! stm32g0 lptim1 low power sleep

I want to use LPTIM1 of the STM32G0x1 to wake up the MCU, if it's not already awake, and start a DMA multichannel single conversion. I think I know how to do the DMA/ADC part after getting the ADC_MultiChannelSingleConversion example running; I'll th...

STM32L476RG Nucleo-64 SPI Transmission Problem

Hi, ı am trying to send some buffered data via SPI but it doesnt work. PA5-6-7 are automatically set by SPI and I also enabled PB6 for CS. Normally my algorithm needs to:1) Send 3 HF pulses to low and start interleaved ADC simultaneously.2) Take 1400...

Stm325_0-1750272066314.png
Stm325 by Associate III
  • 196 Views
  • 1 replies
  • 0 kudos

Changing UART IDLE Timeout on STM32G473QET6

I am usi the IDLE event functionality of UART with HAL_UARTEx_ReceiveToIdle_IT() on an STM32G473QET6 controller. Is there a way to change the idle timeout using STM32CubeMX, or are there alternative methods to modify this setting?

STM32 classic can bit rate config

Hi,I'm currently working on the STM32G491 board and implementing CAN communication. With the system clock configured using PLL at 80 MHz, I have set up the CAN peripheral with the following parameters:   hfdcan1.Init.NominalPrescaler = 10; hfdcan...