STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USB_HOST_MSC

Dear Sir/Madam,I have already implemented the usb host mass storage class project which mainly mounts the usb disk & writes some data to a given file. But this application is not working. Only usb  unmout case is executing even though I am inserting ...

USB-Device_Only - STOP_Mode - Not Wakeup

hi ,Working on USB - Device_Only  wake up from Stop mode and entering to stop mode is successful but not wakeup from stop mode .There is no  example code for USB wake up from STOP Mode .Entered to stop with following code : HAL_SuspendTick(); HAL_PW...

MMARI.1 by Senior
  • 664 Views
  • 2 replies
  • 0 kudos

Basic code for any application

WHAT IS THE BASIC CODE TO BE USED WITH ANY APPLICATION? THE CODE BELOW COMES FROM THE FACTORY WHEN CREATING A NEW STM32 PROJECT:/* Includes ------------------------------------------------------------------*/ #include "main.h" /* Private includes...

Resolved! PDM microphone as "DSD over USB" (or network)

Not just an idea, something to verify:"PDM microphone via USB or Network"Instead of doing the PDM2PCM conversion (inside MCU) - send the PDM bit stream to a host PC at it is. We can do the PDM to PCM conversion, e.g. with Python scripts, on a host PC...

PDM_verification.png
tjaekel by Lead
  • 4490 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 Hardware implementation USB Host vs Device

I want to use a STM32G4 device in a new project but I was disappointed to find the USB implementation only supported Device mode.What is the hardware (implemented in the MCU) that make it capable of host mode from device mode (OTG supports both)?  Wi...

Joe.H by Senior
  • 2193 Views
  • 10 replies
  • 4 kudos

I2C register reading with long wait time

I'm developing a vibration and temperature analysis system.To do this, I have developed a sensor based on an STM32L053C8 chip and a KX122-1037 accelerometer.Looking at the datasheet, this accelerometer can reach a maximum data rate of 25600Hz, which ...