STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Object detection

Hi all,I am trying to implement object detection algorithm on STM32F429 - DISC1 model with MATLAB Simulink. I didn't use earlier. So, please guide to me "How to implement software into that." 

USART error in STM32F4

Good evening community members,today I have been trying to activate USART module of my STM32F446 board. However even after trying everything, I could not sense Tx signal on PA2 pin of the board. This is the low level code I used. I had been trying to...

Resolved! HRTIM restart after DEBUG

Hallo,for security reason I have to stop HRTIM generating 3-phase signal for PMSM motor.It works as described in RM0433 (37.3.23) with DBG_HRTIM_STOP = 1: when debugger stops MCU predefined "FaultLevel" appears on outputs as expected. HRTIM goes into...

DrDro by Associate III
  • 484 Views
  • 1 replies
  • 0 kudos

Issue when using SPI using DMA

Hello,  I wanted to have SPI with DMA RX, below issues I face: 1. When SPI RX DMA function used with no TX DMA configured in MX (but blocking SPI TX used), It remains in RX busy state 2. When SPI RX DMA function used with blocking TX function, SPI wo...

GauravK by Senior
  • 385 Views
  • 0 replies
  • 0 kudos

Resolved! Perform fft on stm32f411

I am trying to make a music visualizer with led matrix and stm32f411 usb audio functionpreviously , i tried to use stm32f103 blue pill but the usb audio stuck and i can't find the reasonso i purchased the black pill to do it but now the problem is th...