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! 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 Associate
  • 490 Views
  • 1 replies
  • 1 kudos

Resolved! 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