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! STM32U545RE-Q: not getting ADC1 conversion data via GPDMA

Hello everyone,  I'm currently trying to set up the two ADCs (ADC1, ADC4) on my NUCLEO-U545RE-Q for multi-channel continuous conversion via GPDMA (I've previously used an L4+, but intend to change to the U5 family for the final product and am using t...

cjb89 by Associate II
  • 862 Views
  • 6 replies
  • 0 kudos

Resolved! STM32C092 and CAN FD transceiver selection

Greetings Everybody, I am trying my hands with CAN FD. I have selected STM32C092RC for the same application as it has can fd port. I was wondering if MCP2561/62 can fd transiver ic works with this controller. Please advice. I was also looking for sch...

Resolved! ARM CMSIS DSP for CubeMX and Keil

Hi everyone;I have select;In cube mx ->middleware and software packs -> CMSIS -> CMSIS Coremiddleware and software packs -> CMSIS - DSP middleware and software packs -> X Cube Algobuild -> DSP LibraryLater, I have select from software packs -> select...

CKILI.2 by Associate II
  • 375 Views
  • 2 replies
  • 1 kudos

How to change relative to absolute USB mouse for STM32?

Hello,I am making a project for myself on the STM32F405 control board KVM.This board receives data to the HOST from the mouse (this part works). Next, the MCU generates absolute coordinates. These coordinates (absolute) must be transmitted via USB to...

ok_pp by Associate II
  • 450 Views
  • 5 replies
  • 0 kudos

Selecting a Ferrite Bead for the STM32L011

The documentation mentions placing a ferrite bead between incoming voltage and the chip's VDDA line.  Having limited knowledge of ferrite beads I'm confused as to which bead would work best.  If the DC bias current should be about 20% of the bead's r...

DFU mode for STM32N6

Hello,I'm reading the article on "How to create an STM32N6 FSBL load and run" and have a couple of questions about DFU implementation on the STM32N6:1. Is DFU possible with the application as part of the FSBL?2. Is there an example on how to implemen...

Resolved! faied do uart send with uart5 with stm32h7b0zb

I use cubemx generate a project with uart5. It's ok.But when I move some init codes of uart5 to function ``void SystemInit (void)`` tail as below```MPU_Config();HAL_Init();SystemClock_Config();PeriphCommonClock_Config();MX_UART5_Init();dbg_console_tx...

shengyang_0-1740353545384.png