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

why fixed length for i3c private write

  Hi ST team, I’ve been testing I3C Target mode on STM32H563 using CubeH5 HAL.In mixed write/read transactions such as: START + DEV_W + DATA1 + RESTART + DEV_R + … + STOP   the Target cannot know in advance how many bytes the controller will writ...

wenlong by Associate
  • 161 Views
  • 1 replies
  • 0 kudos

Resolved! Ringbuffer as shiftregister

At STM32G431 Is it possible to make a  (SPI daisy chain) shift register with one cyclic ringbuffer.With SPI peripheral as Full duplex Slave, with 2 DMA (RX TX) channels. "HAL_SPI_TransmitReceive_DMA(SPI_GetHandle(), ringbuffer, ringbuffer, SPI_size);...

DJMicro by Associate
  • 145 Views
  • 1 replies
  • 1 kudos

LOW power timers in stm32g0

Hi, I am working on STM32G0c1RET6 board and i want to understand the working of low power timer (LPTIM) in stop mode.i am using the HAL_LPTIM_Counter_Start_IT(&hlptim1, 65534) to enable LPTIM1 and print a value in function   void HAL_LPTIM_AutoReload...

Rohit007 by Associate III
  • 187 Views
  • 6 replies
  • 3 kudos