STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! AT command using stm32l496

I recently bought "P-L496G-CELL02" and I would like to communicate in AT command with the module:here is the message that appears:Welcome to STM32-Cellular to Cloud (STM32-C2C)AT commands terminal: connection to PC with USB-OTG FS is needed.Modem is ...

KBADA.1 by Associate II
  • 575 Views
  • 2 replies
  • 0 kudos

USB Sticks / Mass Storage devices of some make not detecting with STM32F407VET6 USB_FS configuration using only USB_OTG_FS_DP and USB_OTG_FS_DM pins.

we want to use USB mass storage devices like PEN drives in one of our project based on STM32F407VET6, in which we use only USB_OTG_FS_DP and USB_OTG_FS_DM pins for communication and generated VBUS by means of other IC's. we observing that some mass ...

NPawa.2 by Associate
  • 314 Views
  • 0 replies
  • 0 kudos

Is there an example of reading and using audio from the on-board microphone of the STM32F469I Discovery kit? Details below

I am trying to access and read audio from the on-board microphone of my board and run it through a speech recognition model (Tensorflow lite speech commands). I am unable to find the audio library for my board or an example of accessing and using aud...

TSidd.3 by Associate II
  • 1648 Views
  • 5 replies
  • 0 kudos

hid usb device function

I'm using 'STM32F103RCT' and been create a HID Custom keyboard.When the HID Keyboard disconnects from the computer, is there a function that occurs?

JMOON.1 by Associate II
  • 258 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H7 Ethernet Not Working

Hi There,I am trying to run the ethernet example from the 1.7.0 version of the STM32H7 firmware at STM32Cube_FW_H7_V1.7.0\Projects\NUCLEO-H743ZI\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS.The only modifications I have performed from the provided...

PMart.1 by Associate III
  • 6820 Views
  • 29 replies
  • 1 kudos

I ported an application from STM32L496RG to L4Q5. Most of application is working except the ADC acquisition because of DMA and the new DMAMUX1. I used the LL ST library unfortunately I didn't find any LL example of ADC + DMAMUX. Could you give examples?

ADC in dual mode with sampling frequency of 10.66 MS/s (5.33 per ADC).The System clock is set to 120 MHzThe ADC clock is set to 80MHzThe ADC1 IN8 ext3 is trigged by TIM2 CC2.The ADC data transfet is done though DMA2 CH3