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
  • 1966 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
  • 247 Views
  • 2 replies
  • 1 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
  • 454 Views
  • 8 replies
  • 4 kudos

Resolved! Problem with PWM setup

Hello,I'm just a begginer with embedded and STM32 so bare with me please.I was trying to follow a program tutorial to periodically blink an LED using a timer channel in PWM generation mode. I have an STM32 Nucleo h755zi-q board, I set the integrated ...