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! SPI DMA Correct Implementation

Hi, I am trying to use DMA in my project for SPI and noticed there are 2 type definitions as below:-  SPI_HandleTypeDef hspi1; DMA_HandleTypeDef hdma_spi1_tx;  Which one do I need to use for SPI transmission as I am having problems using 'hspi1' as b...

Linkpad by Associate III
  • 1115 Views
  • 3 replies
  • 1 kudos

Resolved! RAM data retention in Standby mode

Hiwhen the STM32F103 enter the standby mode, it has the lowest power consumption. And it said the voltage regulator is switched off. And all of the data in the RAM will be lost except the backup ram and register of the RTC.But I tested it, the data w...

HF.Wang by Associate II
  • 2214 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F4 TIMER INTERRUPT NOT HAPPENİNG

Hı everyone, ı was trying to design basic timer project in register level about toggling on related led pin every 1 second. However, the led is on a few seconds after that it is off and never becoming on. When ı do the same project in HAL library, it...

Resolved! STMH723 and LAN8742Ai PHY

Hi,I am working on a new product. For this I use the STM32H723 µC and the LAN8742Ai PHY from Microchip.Our schematics looks like this:We have a 25 MHz crystal connected to the STM32H723 (HSE). The MCO is configured to HSE. The crystal matches the clo...

Bild1.png
sada1400 by Associate II
  • 3489 Views
  • 8 replies
  • 3 kudos

USB FS Device parse_config_desciptors Error

Hello,I've enable a USB device as a virtual com port.  It works well however sometimes I get the following warning in CubeMX's console when I hit 'debug'.  The warning appears after I 'continue' after the first 'HAL_Init' debug break point."libusb: w...

LMorr.3 by Senior II
  • 449 Views
  • 0 replies
  • 0 kudos

I2C doesn't work after uploading (only sometimes)

I wrote a little program that reads I2C values with interrupts: The Problem is that sometimes it just doesn't work after uploading. I just have to run it so many times till it works (not changing anything in the code). It seems like its just coincid...

Senax by Associate II
  • 2368 Views
  • 14 replies
  • 0 kudos