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

Audio data RF synchronization

Hello,I am sampling audio data with sampling rate 16 kHz and then send it using RF to the other MCU which is sending to DAC samples with the same 16 kHz sampling rate, Im using DMA for sending data through I2S to external DAC. The problem is that the...

KD�?b by Associate II
  • 517 Views
  • 0 replies
  • 0 kudos

STM32F746-Discovery Kit Audio Player

Hi, ​​I have gone through below link. ​​https://community.st.com/s/question/0D50X0000AIcIc6SQF/audio-player-demo-stm32l4r9idisco?t=1604201466282​Is there any demo for audio player from that audio files pop up from USB Mass Storage/SDCard in TouchGFX...

Wrong pinout configuration with LL_GPIO_Init()

 GPIO_InitStruct.Pin = I2C1_SCL_Pin|I2C1_SDA_Pin; GPIO_InitStruct.Mode = LL_GPIO_MODE_ALTERNATE; GPIO_InitStruct.Speed = LL_GPIO_SPEED_FREQ_HIGH; GPIO_InitStruct.OutputType = LL_GPIO_OUTPUT_OPENDRAIN; LL_GPIO_Init(GPIOB, &GPIO_InitStruct);Code above ...

AVoro.19 by Associate
  • 625 Views
  • 2 replies
  • 0 kudos

HAL USB - UART bridge . How to suspend data transfer via USB if the microcontroller does not have time to process this data

I have a third party device that is UART programmable.I need to create a USB to UART bridge with password function (access to the device only after entering the correct password)generated the code using the latest version of STM32CubeMX for Atollic T...

STUSB4761-

Hi,We are designing the Android accessory and we would like to use STUSB4761 in our application.STUSB4761 can source power and become device by receiving DR_swap from the sinking device.Also we would like to put our accessory to continues in device a...

PVala.1 by Associate II
  • 450 Views
  • 0 replies
  • 0 kudos

STM32 Keypad Interfacing Issue.

Hi everyone,I developed a custom board out of STM32F070CBT6 MCU. The board is supposed to handle a simple logic of a 5x4 matrix (similar to a 5x4 keypad). The algorithm I've developed also involves the same logic used in a keypad that is, The rows ar...

AKetc by Associate III
  • 2543 Views
  • 9 replies
  • 0 kudos