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

USBX ThreadX doesn't recognize device attached

I'm trying to implement the USBX Audio class using the board STM32U5A9J-DK and the USBC port present on the board.I've opened the default project from TouchGFX selecting the ThreadX one. I then opened the .ioc file in the CubeMX and activated the USB...

nico23 by Senior II
  • 154 Views
  • 6 replies
  • 0 kudos

GPIO input at 12V

Good Morning, I want to use a GPIO input or a ADC input as a logical reader which gives 0 or 1 if it reads 0 or 12 Volts. However, I know the maximal rating is normally 3.6 volts for those pins. However, i saw that the Adc can still read 5 volts, it ...

Jad by Senior
  • 17 Views
  • 1 replies
  • 1 kudos

STM32 WITH MUTI CLIENT TCP PROBLEM

Hi, I am using stm32f46-disco working with client for TCP server, my problem is when I start with one client it works successfully but when I connect another client (also stm32f746-disco) it receives data slower than the previous client and swaps wit...

OWLchan by Associate III
  • 43 Views
  • 0 replies
  • 0 kudos

STM32 Interleaved ADC Sample Timestamping

Hi, I am using STM32L476RG-Nucleo64 boards for one of my ultrasound projects. Basically, the process is:1)Send 2MHz pulses with pwm2) Sample 1000points with 8-bit interleaved ADC(500 each) and DMA3) Send ADC data through SPI.4) Wait TIM3 to trigger a...

Stm325 by Associate III
  • 149 Views
  • 7 replies
  • 2 kudos

Resolved! 5 khz wake from stop mode

I have an application in which I'm required to check the status of an accelerometer 5000 times per second but it's a battery powered device so I want to minimize power consumption. I'm using an STM32L053C8 on a custom board with an external LSE cryst...

MMora.6 by Associate II
  • 61 Views
  • 4 replies
  • 0 kudos

Firmware Update using USB Pen drive

Hi, I am new to the field of ST Microcontrollers and am currently working on developing firmware for a product that utilizes the STM32 Microcontroller, specifically the NUCLEO-H7A3ZI board. We are using the design implemented on this board as a refer...