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! ADC in 16 bit and differential mode

For my project I'm using an STM32F743VIT6 with ADC1 and ADC2 in 16-bit differential mode.In the reference manual (RM0433) §25.4.7 it is written:Converted value = ADC_Full_Scale / 2 x [1 + (VINP-VINN)/VREF+].For 16 bits, ADC_Full_Scale is 0xFFFF. What...

FRAUBRY by Associate II
  • 130 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7RS MCE

Hello,I have a question about the usage of the MCE in the STM32H7RSI have the STM32H7S78-DK boardI'm starting with a project that show images to LTDC with images on the flash (copy with DMA2D) and the framebuffer is on the PSRAM.My project works with...

Hamady by Associate III
  • 759 Views
  • 13 replies
  • 0 kudos

How to handle high-volume FDCAN data without DMA?

Split from How to make the FDCAN with DMA - which is solved.TL;DR: STM32s don't support DMA for CAN or FDCAN.Hi, thanks for the clarity.But, the doubt I'm having was, then how to handle that much data rate like eg.5mbps in FDCAN without any help of D...

How to initialize FDCAN on STM32H753

[Request]I would like to know the correct procedure for initialization using the INIT bit of the FDCAN's CCCR register.[Situation]1) To reset the FIFO status, we are only performing the initialization start using the INIT bit of the FDCAN's CCCR regi...