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

Resolved! What is the file that sets the register?

Hello everyone.​I program the MCU for the first time.​​I got the "NUCLEO-L496ZG".Next, I downloaded "STM32CubeL4" from ST homepage.I run the "\Projects\NUCLEO-L496ZG\Example\ ADC\ADC_DMA_Transfer" for the downloaded file.I want to change the input pi...

TFuji.4 by Associate II
  • 819 Views
  • 2 replies
  • 1 kudos

'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
  • 471 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...