STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

'SendBreak' with NUCLEO Virtual COM Port

Hi,I'm using the virtual COM port on my NUCLEO-F767ZI.I've noticed that if I select 'SendBreak' in Tera Term or PuTTY the target resets.I'm assuming that this is expected behaviour but I couldn't find it documented anywhere.I'm not really sure what '...

MBrow.13 by Associate II
  • 457 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H7 HAL library: HAL_SPI_Transmit_DMA is referencing RX side DMA handle for packing mode check

There is a packing mode check in Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c, function HAL_SPI_Transmit_DMA around line 1464, that is referencing RX side DMA handle:1464 /* Packing mode management is enabled by the DMA settings */ 1465 i...