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! Possible to use TWO circular DMA buffers for same I2C rxd?

Hello,I would like to use TWO circular DMA buffers for ONE I2C interface.Depending on received address byte, in the ADDR interrupt I would always enable the correct circular buffer (disabling the other one - so at one time always only ONE buffer is a...

flyer31 by Senior
  • 1717 Views
  • 3 replies
  • 0 kudos

Resolved! Can't program STM32G031J6-DISCO: “No device found on target"

Hi, I am trying to use an STM32G031J6-DISCO board to get a grasp on the 8-pin STM32G031J6 MCU that I consider for building small IoT sensors (for teaching purposes). I am new to STM32 products (or ST MCUs in general). I managed to write a few variati...

afvincent by Associate II
  • 4587 Views
  • 11 replies
  • 1 kudos

SPI receive

SPI receive funtion not working correctly. Only one time is working, where is my mistake ?thanks void SPITransReceive(SPI_TypeDef* SPIx,uint8_t data,uint8_t *pbuff,uint8_t dataSize){ while(dataSize > 0){  while((SPIx->SR & SPI_I2S_FLAG_TXE) == R...

hdemi.1 by Associate III
  • 880 Views
  • 6 replies
  • 0 kudos

How to generate 24 SCLK in SPI?

Hello,I am working with ADS7046 i need to generate 24 cloacks for calibarration and for data I need the 15 SCLK .Its SPI COnfigurable. So how I can genertare the 24 SCLK and 15 SCLk

MDeva.1 by Associate II
  • 2326 Views
  • 10 replies
  • 0 kudos

STM32L4 crystal configuration times out?

I have a few boards using an STM32L4 part.Some of the boards are working as expected, but others are not. The ones that don't work reach a timeout in the SystemClock_Config() function call. Specifically, they time out in the while loop at line 558 of...

SKarl.19 by Associate II
  • 970 Views
  • 3 replies
  • 0 kudos

Just Start with PlatformIO & Nucleo F446RE

target halted due to debug-request, current mode: Thread xPSR: 0x01000000 pc: 0x080078ec msp: 0x20020000** Programming Started **** Programming Finished **** Verify Started **** Verified OK **** Resetting Target **shutdown command invoked============...

Swets by Associate II
  • 1501 Views
  • 6 replies
  • 0 kudos