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

STM32H753 SPI Slave Tx DMA Problem (Circular Mode)

When using SPI6 in Slave mode with TX DMA in Circular mode, the SPI FIFO is not updated with data from the DMA buffer for the first SPI FIFO size (8 bytes). Both the SPI Master and SPI Slave were debugged:The SPI Master transmits one frame.On the SPI...

geunyoung_0-1762470718536.png

Blanco stm32h757 programming first time.

Hey,I have an STM32H757 that I’m trying to program for the first time.When I try to program it using STM32CubeIDE or CubeProgrammer, I lose the ST-Link connection after programming one of the cores.Changing the programming order doesn’t solve the iss...

MVops by Visitor
  • 32 Views
  • 2 replies
  • 0 kudos

STM32F410 uart1 lost break/framing error interrupt

Hi all,Im using STM32F410 uart 1 to transmit and receive.I use DMA to transmit bytes. I then use TC interrupt to send a break,then push an event to an event queue to signal that the transmitter is free.void interface_uart_tx_eot_isr(if_uart_t* p) { ...

law__ by Associate II
  • 150 Views
  • 5 replies
  • 0 kudos

USB VDD issue

We are using the STM32H7R7L8H6H microcontroller in our product design.During firmware initialization, we observed inconsistent behavior related to the USB voltage detector on different boards that share the same hardware design and firmware.Specifica...

USBVDD.png
Kaushik1 by Associate III
  • 57 Views
  • 5 replies
  • 1 kudos

Missing STM32U5 kernel clock limits

For H7, the kernel clock limit are given in Table 61 Kernel clock distribution overview as shown inhttps://community.st.com/t5/stm32cubemx-mcus/stm32h745-fdcan-clock-frequency/td-p/83540I do not find a similar table for U5 in the most recent datashee...

Timer behaviour after wakeup from STOP

I've searched and not found anything describing this behaviour (on the internet or this forum, which I've found to be an incredible resource so far - thank you).I have a configuration where I go into STOP, exit out of STOP via EXTI, start TIM1, allow...