STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MBEDTLS HANDSHAKE_FAILURE on STM3210C board

Hi, I’m trying to establish TLS communication with my local mosquitto broker.The handshake always fails, the broker does not accept the hello client and I cannot understand why …Below the decoded messages that pass over the network.Messages are captu...

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
  • 730 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
  • 309 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
  • 631 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
  • 795 Views
  • 0 replies
  • 0 kudos