STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F411 Bootloader hangs

Hi there!I've created a custom STM32F411CEU6 Board with external HSE und LSE. While the HSE works when running my user program, the Bootloader hangs within boot phase (i think).When starting bootloader, BOOT0=1 und BOOT1=0. I powered direcly on VDD, ...

Gifford_0-1742722709972.png Gifford_1-1742722726214.png Gifford_2-1742722747432.png Gifford_3-1742722763253.png
Gifford by Associate II
  • 1206 Views
  • 13 replies
  • 0 kudos

How to read the volume keys from a USB keyboard

I've read many posts here and on the web, even tried CoPilot, but I could not find how to get the USB controller to send data when the volume keys are pressed.My Host keyboard driver works perfectly, but USBH_LL_GetURBState() is not returning with da...

Robmar by Senior III
  • 936 Views
  • 7 replies
  • 1 kudos

Resolved! FDCAN1 not working on PA11 and PA12

Hello everyone, I tried to put Canopen node for stm32 into operation. I used the standard pinning from STMCubeIde, i.e. pa 11 and 12. But this does not seem to work. void FDCAN1_IT1_IRQHandler(void) { /* USER CODE BEGIN FDCAN1_IT1_IRQn 0 */ /* USER ...

Meiko_Ju by Associate II
  • 1417 Views
  • 14 replies
  • 1 kudos

Resolved! QuadSPI and BOOT1 with STM32F446RET6

I'm trying to interface the STM32F446RET6 with M95P32-IXCST/EF, a QuadSPI EEPROM. For the 64 pin STM32F446RET6 pin PB2 (pin 28) is used both as BOOT1 and QUADSPI_CLKI don't see any other pins that can be used as QUADSPI_CLK for the 64 pin package. Is...

SBat_0-1742973353678.png
S-Bat by Associate II
  • 501 Views
  • 3 replies
  • 1 kudos

Resolved! STM32H755Zi-Q~How to share data between cores

Currently I am just trying to share some data between cores, and right now I'm just trying to send a constant value to confirm operation.I have this code located in a file called share.h,typedef struct {   // shared data goes here   int16_t data;   }...

CFran.1 by Associate II
  • 2545 Views
  • 5 replies
  • 0 kudos

Resolved! STM32G0B1RC LSCO output on PA2 even the LSCOEN=0

Started using PA2 pin as a ADC input and found that the input voltage get corrupted with LSCO output. Happens not always, but very often. Powering board down and up sometimes fixes the problem, sometimes not.The LSCO output enable control bit LSCOEN ...

Resolved! fdcan bit time config for classic frame STM32H563VGT6

Hi,this is myproduct code STM32H563VGT6. I am configuring the FDCAN2 module.In particular the bit time using the filed below of the init structure of the HAL handler:hfdcan2.Init.NominalPrescaler (NBRP+1 of register FDCAN_NBTP)hfdcan2.Init.NominalSyn...

DAUSILI by Associate III
  • 1034 Views
  • 6 replies
  • 2 kudos

STM32H562RIT6_temperature sensor

HiWhat is the exact percentage error of the internal temperature sensor in the STM32H562RIT6 microcontroller?Is this error percentage consistent across all temperature ranges?Please provide the exact percentage error for different temperature ranges....

Resolved! Cube MX bug about DSP

Hi everyone;I have select;In cube mx -> middleware and software packs -> X Cube Algobuild -> DSP LibraryHowever , there is no dsp libraries in my keil project.And there is no .lib in the folder.I have re-generate for several times, but it did not tak...

Neeee by Associate
  • 434 Views
  • 2 replies
  • 3 kudos

I2S bits rotated

HiI am working on project that receive several I2S streams from MEMS microphones. I found that "audio level" from second microphones pair had higher level then from other. After some analysis and SD lines swapping i found that I2S data received by se...

i2s_SD-0xAAAAAAAA_CK.png i2s_SD-0xAAAAAAAA_WS-fall.png i2s_SD-0xAAAAAAAA_WS-rise.png i2s_WS-fall_CK.png