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

STM32H750 GPIO slow compared to STM32F2 series

Driving a RGB led matrix display (HUB75E) using custom board made with STM32H750. Earlier the prototype was made with STM32F205 and there was a minute flickering in some scenarios (brightness low). so thought of designing the board with STM32H7. But ...

Raees by Associate III
  • 1099 Views
  • 3 replies
  • 0 kudos

Timer in cascade mode for PWM

I would like to control RC servos with PWM. Problem is that "Normal" PWM would waste most of the precision on the PPM period (20ms) leaving 5% of 16 or 32 bit timer for duty cycle. (1-2ms)I was reading about cascading timers and that is probably the ...

Gossamer by Associate II
  • 1610 Views
  • 5 replies
  • 0 kudos

Resolved! Query regarding the nuances of encoder mode

Hi, I have an incremental encoder with 2400 counts per rev that is connected to a ball screw with a pitch of 5mm. I'm trying to accumulate the total count which I then use to calculate the exact distance of the object attached to the ballscrew. I've ...

H745ZI-Q unable to load a different program then demo

Hi,recently I switched from Arduino to Nucleo and now I wanted to play around with the H745ZI-Q and was following the step by step guide by st. Whenever I try to load a program to the mcu, only the demo blinky program is running. I have not found any...

NUCLEO board/ST-Link not detected on Windows 10 laptop

Hi all, I'm having a trouble programming my F303K8 board on my Windows 10 laptop. It will power on (LD2), but it will not connect to the computer (LD1 blinking slow red). The laptop does not detect any device being plugged or unplugged, there is noth...

JBegu.1 by Associate
  • 1010 Views
  • 0 replies
  • 1 kudos

STM32F469 Discovery SAI DMA DB problem

I try to use the SAI on the STM32F469 Discovery Board in DMA Double Buffer TX Mode. The Interrupt is working and the buffers too - but there are no data arriving at the SAI ADR Register. My init function is:HAL_DMAEx_MultiBufferStart(&hdma_sai1_a, ...

DBrow by Associate II
  • 627 Views
  • 2 replies
  • 0 kudos

CAN BUS Receiving (Using by HAL_CAN_GetRxMessage command)

I can send CAN BUS TX Messages to a reader and I can see my data very well.But I can not get (receive) data from another CAN BUS Unit. (Doesn't read data)I do not know what is wrong with my code?Could you please help me about it?Thank you./* USER COD...

UUrcan by Associate II
  • 3217 Views
  • 3 replies
  • 0 kudos

STM32H743 USART DMA

Hi,Can someone please help ?Has someone got USART Peripheral with DMA transfers working on the STM32H743ZI2 ?I have been trying to get DMA transfers to work on the H743. The DMA stalls after the very first DMA transfer and stays there itself.Searchin...

0693W000001sAK3QAM.png