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

Purpose Of _Min_Stack_Size

Hello,In a typical example, there is the following linker script: /* Highest address of the user mode stack */ _estack = ORIGIN(RAM) + LENGTH(RAM); /* end of "RAM" Ram type memory */ _Min_Heap_Size = 0x200; /* required amount of heap */ _Min_Stack...

Kier by Associate III
  • 53 Views
  • 4 replies
  • 1 kudos

Resolved! STM32U535 blank device first flash using DFU

Hi, I designed a board with a STM32U535 that connects to a USB host. I wanted to perform my production programming by doing the first flash over USB, without any test jig to pull-up/down any pin. But I've just realized in AN2606, that, from my unders...

phma by Visitor
  • 24 Views
  • 1 replies
  • 1 kudos

STM32U5 CRC init parameters

Hello,I would like to calculate a CRC-16/IBM-SDLC.I configure the CRC_HandleTypeDef structure as below for HAL_CRC_Init function:h->Init.DefaultPolynomialUse = DEFAULT_POLYNOMIAL_DISABLE;h->Init.DefaultInitValueUse = DEFAULT_INIT_VALUE_DISABLE;h->Ini...

adegrandcourt_0-1765966006369.png

USBX Audio Class Microphone example

Hi,I've implemented a USBX Audio device correctly using ThreadX and the USBX Middleware on an STM32U5 (working as a speaker).I would like now, to implement a microphone using the same USBX Middleware. For that, I would like to figure out if there are...

nico23 by Senior III
  • 157 Views
  • 3 replies
  • 1 kudos