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! Run or Debug sample_threadx sample from Azure_RTOS_6.1_STM32F746G-DISCO_STM32CubeIDE_Samples_2020_10_10.zip

In October 2020 Microsoft released sample applications to try out Azure on some reference boards. One of them is STM32F746G-DISCO. Downloaded Azure_RTOS_6.1_STM32F746G-DISCO_STM32CubeIDE_Samples_2020_10_10.zip from https://github.com/azure-rtos/sampl...

VSubb.1 by Associate
  • 621 Views
  • 1 replies
  • 0 kudos

How does one install en.stm32cubeh7_v1-8-0 Software?

File downloaded, and appears to have unzipped fine.No obvious Executable File is present, to install on Windows 10.UM2204 "Getting started with STM32CubeH7 for STM32H7 Series" does not mention Installation, which would be really helpful, for getting ...

ACole.1 by Associate II
  • 1770 Views
  • 8 replies
  • 0 kudos

Resolved! STM32F746-DISCO audio delay line implementation problem.

I have audio pass-through working project for STM32F746/769 DISCO module, where block of 4 samples (2 left and 2 right channel ones) from input are passed to output chanell DMA buffer.My delay line implementation is as follows:#define BUFF_SIZE 4 #de...

RRumi by Associate II
  • 2105 Views
  • 9 replies
  • 0 kudos

STcube MX code issue

Hi Team,Facing some issues on belowHAL Delay goes into infinite loop or the program stops there only (Inside the "IF" condition)"IF" Condition works, data transfer works, but Toggling of pin, or any action with Delay command is not working Upon going...

SS_135 by Associate II
  • 490 Views
  • 1 replies
  • 0 kudos

STM32 USB Device generic questions

Hello,I have some general questions about USB subsystem in STM32F723:Q1- What is the maximum throughput in STM32F723 when working in USB HS with DMA enabled in device mode? with and without USB stack overhead?Q2- Is there any difference in throughput...