STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F373 ADC internal channels only measure 0xFFF

Hello,I´m working on a Project with a STM32F373CCT. I need to compensate the signal read from the SDADC Signal with the internal ADC Temprature sensor.The Problem is that I only get the Value 0xFFF from the internal Temprature Sensor and also the Ref...

SBurg.1 by Associate II
  • 1090 Views
  • 2 replies
  • 0 kudos

Setting up SPI for AD7190 with STM32G474CE

Hi all, I am trying to setup SPI for the ADC AD7190. I am just attempting to reset the ADC after power up and then read the device ID register to check the communication. I have not been able to do that until now. I will summarize the code here and I...

SRama.1 by Associate
  • 2069 Views
  • 1 replies
  • 0 kudos

STM32G0 Custom Board NRST floating

Hello everyone ive been using STM32 microcontroller on custom boards for some while now, but particularly with the STM32G071G8 some boards are failing. After a few minutes, NRST seems to flicker and drop from 3V3 to 2,2, 1,7 and finally steady to aro...

0693W000005A03FQAS.png 0693W000005A03AQAS.png 0693W000005A0GnQAK.png 0693W000005A035QAC.png
BKN636 by Associate II
  • 1106 Views
  • 5 replies
  • 0 kudos

Resolved! State of GPIO after Watchdog Reset

Hello, I am using a STM32F401CE and would like to use the independent watchdog to cause a reset if the device would lock up for some reason. I have an external chip which is being controlled via GPIO and SPI from the STM32F401. When a watchdog rese...

JBlackann by Associate III
  • 681 Views
  • 1 replies
  • 0 kudos

Hi Team, I'm using a STM32L4R5 and am wanting to store variables in SRAM2 as static variables so that they hold their value while the micro is in standby mode with SRAM2 retention enabled. What am I missing?

I've followed every tutorial/thread that i've been able to find but cannot get this to work. I've set: RAM2 (xrw) : ORIGIN = 0x20030000,  LENGTH = 64Kand .ram2_bss : { . = ALIGN(4); *(.ram2_bss) *(.ram2_bss*) } >RAM2In STM32L4R5ZITX_FLASH.ld and defi...

PLeij.1 by Associate II
  • 891 Views
  • 5 replies
  • 0 kudos