STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ESD protection for 2 USB port connectors

Hello,I setup a USB virtual com port which I use for serial comm.  My design has 2 boards; a panel-board and main-board.  The main-board has an STM32F373 with a USB-C connector as well as ESD321DYAR diodes for DM and DP USB line protection.The main-b...

LMorr.3 by Senior II
  • 1470 Views
  • 8 replies
  • 4 kudos

ADC for battery voltage monitor

Hi,I am using a STM32L4ZIT6 MCU. I want to monitor 4.2V Lipo battery voltage on an ADC pin. I have experimented two approaches:First:I used a 332k - 820k divider in order to drain low queiescent current. This is an high impendance measurement, where ...

lukin by Associate III
  • 1929 Views
  • 7 replies
  • 0 kudos

ADC interface circuit

I am using two STM32F405's to read a switch and have some diagnostics.I interface this to an analog input on one MCU and a digital input (no pull up/down) on another MCU.However, I have cross-talk with the neighboring analog channels and more severe,...

FinnF_0-1712318248570.png
FinnF by Associate
  • 932 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H723 Analog Temperature Measurement Alarm

All: I have connected internal temperature to ADC3, and I am able to display degrees C on "Live Expressions".  The particular chip we are working with has an operating range of -40 C to + 85 C. If I am monitoring the internal temperature on a regular...

ToddA by Associate II
  • 704 Views
  • 3 replies
  • 2 kudos

STM32H7 ADC1 and ADC3 errors

I am programming stm32h750 microcontroller.I managed to make work ADC2.ADC1 and ADC3 gives wrong results sometimes when change priority at DMA interruptI have programmed the ADC3 using DMA2 (not BDMA that not generates interrupts to me)Sometimes firs...

STM32H7 clock 480Mhz.png ADC working.png
JLope.11 by Associate III
  • 440 Views
  • 1 replies
  • 0 kudos

STM32G474 strange I2C behavior

Hi,I hope somebody can explain the following behavior:I use a NUCLEO-G474RE board for I2C testing. I have an external I2C slave which provides the required pull-ups for SDA/SCL when it's powered.Now my STM32 started with connected but not powered I2C...

kf_SEA by Associate II
  • 532 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F469 to 4" 31 pin mipi display

Dear all,I have the STM32F469 discovery kit which is working. I want to use the STM32F469 to drive a 4" tft lcd screen using its 31 pin mipi connector. The goal is to get a gauge displayed on it, I was thinking of using LVGL to design the GUI.I have ...