STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Math/FFT Hardware accelerator like the NXP PowerQuad?

Hi there! Are there any plans to add a hardware math accelerator in addition to the cordic and fmac that supports FFT's and other matrix operations entirely in hardware and runs in parallel to the CPU and communicates via DMA? A good example of this ...

etheory by Senior II
  • 703 Views
  • 3 replies
  • 5 kudos

Resolved! STM32F042K6 - USB Library too big for device?

 Hello everyone, I am using the STM32F042K6 for a small project where I don't have much space. Therefore, I rely on the small package and the "crystal-less USB" function. The hardware arrived today, but unfortunately, I had to realize that the USB li...

PP11 by Associate II
  • 949 Views
  • 9 replies
  • 3 kudos

ADC-DMA buffer value doesn't change

Hi, i have stm32f0c8t6 micro controller. i am using adc-dma with timer interrupt. ADC after working correctly for a while, buffer values doesn't change. what could be the problem?

scotzap by Associate II
  • 210 Views
  • 1 replies
  • 0 kudos

half a USB problem on STM32F401

Hi I designed a replacement pcb for a keyboard of mine with an STM32F401(RCT6).I used the QMK framework to make a firmware which I can download via DFU perfectly fine (I also uploaded it and checked it against what I downloaded..). The PC detects the...

blap by Associate
  • 1104 Views
  • 1 replies
  • 0 kudos

STM32 to StM32 with SPI

I know there are hundreds of posts about this and I've been through most of them but still can't get things to work.The concept is simple: set up 2 Nucleo F446 boards, one as full duplex slave the other as full duplex slave.Master pseudo code:while 1...

Greybeard by Associate II
  • 1458 Views
  • 6 replies
  • 0 kudos

Resolved! External Loader in SPI mode

Hi I am using Stm32L0 series board to create a custom external loader. I am using cubeIDE (version: 1.16.0)I am using winboard W25Q64 chip. I wrote a driver for this chip and interfaced it to my mcu using standard SPI2. I can read /write data on this...

zain_stm32_0-1725837097637.png

STM32L562CET6

I want to create USB PD Sink Demo on STM32L562CET6, i referred the below demo.LINK Below:STM32L562 EDK USB PD Demo from STM32 is that possible recreate the same demo to the STM32L562CET6 or any changes need to be do because i didn't get any output vo...