STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Capture peak value through ADC

I am using the STM IoT Kit Node and have a current sensor (voltage output) connected to the ADC.I can read the current through the ADC by reading the counts and doing the correct conversion. But I'm trying to read the instantaneous peak current (the...

DSabo by Associate III
  • 483 Views
  • 3 replies
  • 0 kudos

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
  • 222 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
  • 437 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
  • 572 Views
  • 0 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!