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! Unable to figure out why On STM32F051 I2C bus fails time to time after sometimes working perfectly for 15 to 20 hours

Hello , Unable to figure out why On STM32F051 I2C bus fails time to time after sometimes working perfectly for 15 to 20 hours . We have 1k pull up resistors on SCL and SDA lines . The bus operates at 400 KHz . I2C bus fails time to time we are unable...

ck.1 by Associate III
  • 628 Views
  • 1 replies
  • 0 kudos

How to interface with a >16-bit SPI device?

How to interface with more than 16-bit SPI devices, like a 20-bit ADC (e.g. ADS8900B)?All but STM32H7 have 16-bit buffers (see AN5543). Are there ways to effectively use a 'lesser' microcontroller (e.g. STM32G0 or -G4)?

TKess.1 by Associate
  • 1068 Views
  • 3 replies
  • 0 kudos

I am working on communication between STM32H735(STM32H735G-DK) and STM32H745(STM32H745I-Disco) via FDCAN according to the official tutorial( he used different MCUs). But I couldn't receive any message by RxData, any idea?

Here is the software setting:​For STM32H735(STM32H745 is the same but with different ID):-Defines:/* USER CODE BEGIN PV */FDCAN_TxHeaderTypeDef TxHeader;FDCAN_RxHeaderTypeDef RxHeader;uint8_t TxData_Node1_To_Node2[] = {0x10, 0x32, 0x54, 0x76, 0x98, 0...

Acecream by Associate II
  • 501 Views
  • 0 replies
  • 0 kudos

Resolved! CAN FD Error on STM32H7AZIT&QU - Principiant

Hello everyone, I'm an HW engineer and I'm quite new in the communication betweer mcu.I'm now facing a communication error related to FDCAN.My colleagues and I have made a system that needs to communicate with the outside world via FD CAN, working on...

AleL_3 by Associate II
  • 2198 Views
  • 5 replies
  • 1 kudos

ADC + DMA Sometimes read Zeros

I am reading the data after sampling 2048 each 3 times.But is there a reason why sometimes the data is read as 0?​​The cube mx configuration and part of the code are as follows.​please help thank you

0693W00000Y8TlIQAV.jpg 0693W00000Y8Tl8QAF.jpg 0693W00000Y8Tl3QAF.jpg 0693W00000Y8TlcQAF.png
Mlee.3 by Associate
  • 551 Views
  • 1 replies
  • 0 kudos