STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Sometimes, WWDG was not working and CPU hang

My company uses the STM32G0071CB chip. but I faced some issue.whenever I need to reboot main board, I have to reset the STM32G0071CB as wells.so I used the WWDG for resetting the chip.But sometimes, chip was not reset and CPU hang.(once a 400 times o...

Andy.kim by Associate
  • 1182 Views
  • 3 replies
  • 0 kudos

UART DMA Rx STM32H745 with LL

Hello,I have tried implement UART Driver only with LL Library. I'm using Nucleo-H745ZIQ. Reception through DMA is not happening. Data is not getting copied to the buffer. MPU Also Configured. I'm attaching the code. Hope DMA Configuration for Rx is o...

veera1 by Associate II
  • 2511 Views
  • 4 replies
  • 0 kudos

Connecting two nucleo boards using I2C.

Hello, I just started using the Nucleo board and currently I am trying to connect two Nucleo G071RB by using I2C, using one as a Master and another one as a Slave.I, however, am not able to even get a clock signal coming from the Master (measured usi...

MC.4 by Associate II
  • 1785 Views
  • 2 replies
  • 0 kudos

Resolved! I2C problem. I can't get the communication to work on STM32F0 Discovery in STM32CubeIDE. Where is the error in reasoning?

Hello, I tried to run the RTC DS1307 first using libraries available on the internet. It was not successful. Later I tried to run the communication "manually" but it doesn't work either. Please help. The module with DS1307 works on Arduino. Through t...

0693W00000NspqmQAB.jpg
PReka.2 by Associate II
  • 3307 Views
  • 10 replies
  • 0 kudos

Why would SPI send 16 bits instead of 8?

I have configured my STM32G071 SPI peripheral to transmit 8 bits with the following code:void spi_config(void) { RCC->APBENR2 |= RCC_APBENR2_SPI1EN; //Enable SPI Clock   //Configure for SPI mode (not I2S mode) SPI1->I2SCFGR &= ~SPI_I2SCFGR_I2...

SHobb.1 by Associate II
  • 4877 Views
  • 7 replies
  • 0 kudos