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

STM32H753 CAN Set Up

Hi, I'm trying to configure an STM32H753 FDCAN peripheral to be compatible with both CAN-FD & CAN 2.0 frames, in both the Tx & Rx directions. How should I configure the FD-CAN peripheral to achieve this? I've been through he RM0433 document as best I...

CZ_Home by Visitor
  • 28 Views
  • 0 replies
  • 0 kudos

Has ChatGPT bricked my NUCLEO-L433RC-P board :(

I wanted to do a full chip erase using STM32Programmer (I am trying to debug a custom bootloader) but kept getting the error "Mass erase operation failed.  Please verify flash protection".I sent the following option byte screenshot to ChatGPT....Chat...

freeflyer_3-1758476281788.png

NUCLEO-H723ZG ADC Accuracy

I'm currently using single 16-bit ADC, my requirement is to have ADC conversion error less than 1mV.I'm using the ADC with DMA. I'm a beginner, currently getting 1-2mV error and it is not constant too.  #define SCALE (3300.0f/65535.0f) uint16_t adc_...

sreyas40 by Associate
  • 237 Views
  • 8 replies
  • 1 kudos

USB DFU not work with RDP Level1

Hello Team,With RDP set to Zero Level , Firmware upload succesfully using CubeProgrammer GUI ( USB DFU mode ).But If I set RDP LeveL 1 , Device not able to detect on PC device manager and not able to connect with STM32 using CubeProgrammer USB interf...

bsuthar by Associate II
  • 208 Views
  • 1 replies
  • 0 kudos

STM32H7 I2S master receive clock problem

Hi everyone,I am working on an STM32H7A3ZI and I'm trying to to exchange audio data with an SGTL5000 audio codec. Because i want to both send and receive data from the codec i configured the I2S peripheral on the STM32 to Full-Duplex Master mode in C...

STM32G431RB Internal Temperature Sensor

Hello, I am working on the STM32G431RB Nucleo board, specifically on the internal temperature sensor. I am facing issues in getting accurate readings. For your reference, I have attached: My code implementation An Excel sheet comparing temperature ...