STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Dual ADC mode single DMA configuration - How?

The STM32H7(4/5) documentation states that two of the ADCs on board can be used in dual ADC mode, so that their 16bit samples are read into the upper- and lower halfwords of a single 32bit register (ADCx_CDR), from where a single DMA can read them in...

MHilt.1 by Associate
  • 1886 Views
  • 5 replies
  • 0 kudos

Resolved! Is bank swap of stm32h523VCT6 possible?

I checked the datasheet and there is a memory map of 521Kbyte.But I use the stm32h523VCT6 chip.This chip has 256Kbyte of memory.Can't a chip with 256Kbyte of memory use bankswap?If it can, can you tell me the memory address? 

Roy_Lee_0-1732553972220.png
Roy_Lee by Associate
  • 252 Views
  • 2 replies
  • 2 kudos

Resolved! Initial project using STM32H745BIT3 supporting FDCAN

Hi: I'm a "newbie" to STM processors. I have a board with the STM32H745BIT3 processor on it. I'd like to get the board to initially communicate via FDCAN to my laptop. My laptop has a PEAK FDCAN device on it. Is there a base CubeIDE project or .ioc f...

KennyD by Associate
  • 370 Views
  • 3 replies
  • 0 kudos

STM32H7 - USB High Speed - External Phy

I'm using an STM32H750 MCU to run an application that communicates with a computer via USB in CDC ACM mode. The application uses USBX from Eclipse ThreadX and an external USB PHY (USB3300) to perform high-speed communication. My application works fin...