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

SPI+GPDMA Configuration

 Besides, I don't know whether this configuration of MX is correct. /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_GPDMA1_Init(); MX_SPI2_Init(); MX_ICACHE_Init(); MX_I2C1_Init(); MX_RTC_Init(); /* USER CODE BEGIN 2 */ ...

OrionJ_0-1746351004149.png OrionJ_1-1746351030780.png
OrionJ by Associate II
  • 241 Views
  • 1 replies
  • 0 kudos

What is the speed of SRAM in STM32H7?

The STM32H743 datasheet section 3.3.2 states that the TCM memories are zero wait state, implying that they run at the core speed of up to 480MHz.  It does not make any claim about the rest of the SRAM.  Figure 2 in the datasheet shows all the AXI and...

TomCV by Associate
  • 348 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7B0 has a lot of spikes on the ADC signals

Dear,Setup:We using a STM32H7B0 100pins.We use 1 ADC input at 1M samplesConfigured as 16bit, differential input, with an offset of 32768.We use a Vref of 2.5V.The other side of the differential input is 1/2 of Vref (buffered with a opamp)To sample th...

OGhis_0-1734355809049.png
OGhis by Senior
  • 1845 Views
  • 12 replies
  • 3 kudos

How to connect led?

I just bought stm32 and i cant find any guides how can i enable led. I flashed pin PB7 so that it would output current

1000008815.jpg
Krafti by Associate
  • 219 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H503 OTP BUG

Hello everyone, I encountered a problem with overwriting OTP memory both from a user application and from the stm32 programmer.I write data to the OTP cell, close the memory using standard hal functions, turn off the power of the debug board, turn on...

OTP_BUG.jpg
Mike1992 by Associate III
  • 456 Views
  • 4 replies
  • 1 kudos

Resolved! STM32L412KBU3 DFU

Need some clarification on implementing the DFU functionality on STM32L412KBU3.According to the note in AN2606 (page 350), it states: "VDDUSB IO must be connected to 3.3 V" however, on the STM32L412KBU3 (UFQFPN32) the VDDUSB pin does not exist.Curren...

question about STM32G474 dual banks

I have a test question about STM32G474 dual banks to ask :A test program for LED flashing has been successfully constructed in the IAR environment.Use STM32CubeProgrammer to load BANK1 starting from 0X8000000, DBANK=1,BFB2=0, and the program runs OKW...