STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Enabling automatic, regular wakeup with RTC timer

Dear community,I have some issues with implementing an automatic wakeup with the RTC timer on my STM32L476RG (currently on the Nucleo-Board, will be later replaced with proprietary hardware). I generally have two wakeup sources: either the L476 is wo...

AHass.1 by Associate II
  • 186 Views
  • 1 replies
  • 0 kudos

STM32f469 SDRAM Read/Write issue on FMC Bank2

Hello all,I have W9816G6JH( Winbond) SDRAM interfaced with STM32f469 on a custom board.SDRAM is interfaced on FMC Bank2.I have generated SDRAM initialization code for MDK-ARM using CubeMx. When I Write and Read back on SDRAM address 0xD0000000 it sho...

JShin.4 by Associate
  • 267 Views
  • 0 replies
  • 0 kudos

STM32F407 - Question of how to use 3-wire SPI

Hi,My slave device has only one bidirectional data line. Now I want to configure the SPI in the half-duplex mode. And I noticed that the reference manual gave an descripiton of 1 clock and 1 bidirectional data wire.I want to ask if ST has peripheral ...

0693W00000QMnKhQAL.png
JGu.2 by Associate
  • 829 Views
  • 2 replies
  • 0 kudos

SPI stops working when enable I2C?

Hello, I'm trying to use I2C and SPI simultaneously on an STM32F103C6TX.Both are working properly when only one of them is activated. However, when activating I2C peripheral with SPI already activated, SPI clock still works but the MOSI pin stops wor...

MCris.4 by Associate II
  • 828 Views
  • 5 replies
  • 0 kudos

STM32 memory out and how avoid that

Hi there,here i'm for ask another help. I compile my program with keil and i read this data :Program Size: Code=15988 RO-data=360 RW-data=24 ZI-data=2088  How i can interpret ? I use one STM32G031F4P6 wher i have 8K of RAM and 16K of program. So i ju...

SGian.1 by Senior
  • 1646 Views
  • 11 replies
  • 0 kudos

Which STM32 controller has secure booting capability?

Im currently building boot loader to securely boot the firmware by signing the firmware images and verification during the boot of the firmware.So i'm using controllers like stm32f411,stm32f446,stm32f746 and stm32h723 ,I believe from the available do...