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! Are the USBPD_PE_Request_*() and USBPD_CAD_PortEnable() functions of the USBPD library thread-safe?

Hi,Am I allowed to call the USBPD_PE_Request_CtrlMessage(), USBPD_PE_Request_HardReset(), USBPD_CAD_PortEnable() and others from different threads?I want to request data role swap, power role swap and hard resets from my interface thread.Thanks!BR, C...

How to use HAL_SPI_Receive_DMA with dma1 and SPI6 ?

Hi, I am currently working on the STM32H743 and i'm trying to bring data from SPI6 to a buffer in D2. As I have a lot of data to read i would like to use the DMA in order to transfer data without using the cpu. I don't understand whether I can use th...

ALE C.1 by Associate II
  • 3688 Views
  • 14 replies
  • 0 kudos

Resolved! Can't communicate with ROM Bootloader via SPI

Hi,​I am trying to use the ROM bootloader on the STM32G071 to change the contents of specific flash sections. I was able to enter the bootloader just fine, at least I think so because I can see in the debugger how different points in the address spac...

FLewz.1 by Associate III
  • 1267 Views
  • 4 replies
  • 0 kudos

How to enter UART bootloader on STM32G030K6T6?

I'm trying to activate the UART bootloader after receiving input (from either a button press or from parsing a command from UART interrupt). I see from the G030x programming manual that to do so, I must set bits of the FLASH_OPTR register as nBOOT1 =...

GWork by Associate
  • 2071 Views
  • 3 replies
  • 0 kudos