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

How to use LPTIM_TimeOut for a simple one-shot delay ?

I'm trying to realize some simple timings/delays in my application using the LPTIM, and although most of it is working, I don't understand it 100%.So the LPTIM is set up to run on the LSE clock (32768 Hz) (with a prescaler of 16, so the LPTIM is runn...

Strooom by Senior
  • 6179 Views
  • 3 replies
  • 0 kudos

What MCUs have backup SRAM maintained by VBAT?

STM32F407VG has 4kB of backup SRAM that's preserved when VDD is removed if VBAT is present. A few other MCUs in the STM32F40x line have that feature too.Do any MCUs outside of the STM32F40x line have SRAM that's preserved with VBAT? Is there a way ...

Resolved! Specific format for an SFI image, specifically how to decrypt it.

We;re looking at using SFI as part of the manufacturing for a product based on STM32U5. One of the concerns we have is that STM32TrustedPackageCreator only supports a bare (not big-iron HSM) protected. One of the simplest ways for us to accomplish ...

msj by Associate II
  • 986 Views
  • 1 replies
  • 0 kudos

erase_init.Page = 11; bricks STM32G030

I have been attempting to write to flash on an stm32G030 and manually changed the erase_init.Page = address & ~(FLASH_PAGE_SIZE - 1); to erase_init.Page = 11; and this bricked the device and is no longer able to be connected to an STlink is there any...

PGood.1 by Associate II
  • 826 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H503RB I3C private communication

Hi all.   I tried to communicate(private) with my I3C slave device using STM32H503RB board. To communicate with my device, I need to specify register address to write/read data. i.e. Frame = (Start with Slave ID w/ W=0) + (register address w/ W=0) + ...

GLee.16 by Associate
  • 1999 Views
  • 3 replies
  • 0 kudos

CAN communication setup with stm32f407vet6

I have stm32f407vet6 board as well as another end for CAN is made using stm32f103c8t6, So can you help me setup CAN communication between these. where in stm32f103c8t6 will have usb end which will be connected to laptop.

SRath.4 by Associate II
  • 2559 Views
  • 7 replies
  • 0 kudos

i2s PCM volume adjustment problem

I figured to increase the volume of the pcm data i just multiply it, because it is pretty much a sine wave sampled? I use this to increase the volume of the audio from the microphone connected to i2s and it works great. I do this when the audio is st...

TMich.1 by Associate III
  • 2469 Views
  • 5 replies
  • 0 kudos

STM32H7 LSE Hardfault

I'm using external crystal for RTC on STM32H750VB. Sometimes when i powered up to board, its hanging on LSE initialization and entering hard fault. If i remove rtc backup battery and plug it again, its working. This happens very rarely :S I couldn't ...

Eralp by Associate III
  • 1469 Views
  • 4 replies
  • 0 kudos