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! 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 Visitor
  • 40 Views
  • 1 replies
  • 1 kudos

STM32H75x LwIP Implementation Failing

Hello,   I have been following a few different Ethernet tutorials for my MCU (STM32H750VBT6TR) I have on a dedicated PCB. Thus far, I have been unable to get a simple ping test working. For reference, I am mostly using this tutorial in combination wi...

CMHenway_0-1759841818221.png CMHenway_1-1759841842967.png CMHenway_2-1759841851818.png CMHenway_3-1759841897984.png

I2C_INTERRUPT Mode not working

I'm learning about the I2C interface. The polling method works properly, but the interrupt method is not working correctly.I enabled I2C listen mode, but when I send the address on the I2C line, the address match callback is not triggered.

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
  • 71 Views
  • 6 replies
  • 3 kudos