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

STM32H7 RAM Domain linkcmds modification error,

In H7 , RAM_D2 have 288KB size memory domain. Currently i'm looking to split this domain memory into two areas as below,MEMORY { RAM_INT  : ORIGIN = 0x20000000, LENGTH = 128K RAM_D1  : ORIGIN = 0x24000000, LENGTH = 512K RAM_D2  : ORIGIN = 0x300000...

KVija by Associate II
  • 361 Views
  • 0 replies
  • 0 kudos

STM32L475 wake up from STOP 2 mode

HI ,I am working with low power modes on STM32L475. The device doesn't wake up from STOP2 mode, I am keeping the x-cubel4 examples as referenceen.stm32cubel4\STM32Cube_FW_L4_V1.14.0\Projects\NUCLEO-L476RG\Examples\PWR\PWR_STOP2_RTC.My LED doesn't tu...

Amb.1739 by Associate
  • 734 Views
  • 1 replies
  • 0 kudos

Write and Read from SRAM on STM32H7

Hi, I'm trying to do a read and write to an FMC, SRAM Bank 1, NE1. However, it does not work.STM32CubeMX was used to create the setup.The SRAM setup:static void MX_FMC_Init(void) {   FMC_NORSRAM_TimingTypeDef Timing = {0};   /** Perform the SRAM1...

Kcube by Associate
  • 939 Views
  • 0 replies
  • 0 kudos

STM32L051 won't restart with LSE soldered even if using LSI

I have multiple boards with a STM32L051 MCU and 2 board revision, A and B.A: no LSE oscillator, LED connected via 550 Ohm resistor, around 20uF capacitance on VCC, radio module solderedB: 6pF 32kHz +-20 ppm oscillator soldered, 9pF load capacitors, a...

ramses946 by Associate III
  • 655 Views
  • 2 replies
  • 0 kudos

SPI dma example receiving only 0

Hi I am using stmh7 nucleo board and trying the spi dma example in NUCLEO-H743ZI folder, but thr transfer only gives me 0 in the aRxBuffer, anyone has had this problem before? I am not sure how to solve thisThanks!

The speed of the stm32 GPIO (different series).

Dear engineers. I want to read an extern parallel ADC directly connected to GPIO ports of stm32 microcontroller and clocked from it. It is necessary to make 1000 readings from the ADC with a maximum speed and write them to stm32 memory. What is the m...

stm32f411 tim5 and tim9 can not use to be TIM_Encoder mode

int main(void){ HAL_Init(); BSP_LED_Init(LED3); BSP_LED_Init(LED4);BSP_LED_Init(LED5);BSP_LED_Init(LED6); /* Initialize TIM3 to emulate a quadrature encoder outputs */ Init_TIM_Emulator(&EmulatorHandle);   UartHandle.Instance     = USARTx;   UartHand...

yuming by Associate II
  • 867 Views
  • 3 replies
  • 1 kudos