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! Cannot make SPDIF TX work

Hello, I have made my own STM32F732RET6 board that has a USB FS configured as a Stereo, 24 bit 48kHz Audio Interface and SAI2 connected to an SN75176BDR (Differential Bus Transceiver IC) because I want to transmit AES3-AES/EBU (same as SPDIF) audio d...

post 1 clock 192mhz.png post 2 clock 3072mhz.png
nt2ds by Associate III
  • 1751 Views
  • 22 replies
  • 7 kudos

Resolved! I don't understand USE_USBD_COMPOSITE

Hello,Sorry if it's a *** question but I don't understand something.I want to have an HID and MassStorage usb device. I've seen that ST add USE_USBD_COMPOSITE but I don't understand why we use it for USBD_ClassTypeDef.For me, we have 1 device desc + ...

MA4 by Senior
  • 133 Views
  • 2 replies
  • 1 kudos

How to sync usb device MSC with host

I'm already achieved a USBX-MSC class, and also a FileX in MCU local.I know that using two file systems at the same time is not recommended, but still have some questions. 1. I implement the ux_deveice_msc.c as followed. Use PC-Windows to create a fi...

Jason927 by Associate III
  • 141 Views
  • 0 replies
  • 0 kudos

Resolved! Timer Update Interrupt clarification

This is a line of code i don't understand,  /* Force the TIMx prescaler with immediate access (gen update event) */ LL_TIM_SetPrescaler(TIMx, pHandle->HALLMaxRatio); LL_TIM_GenerateEvent_UPDATE(TIMx);The code is part of the __weak void HA...

STuser2 by Senior II
  • 311 Views
  • 8 replies
  • 4 kudos