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! bus width vs access width

Hello,We are using FMC interface.Is it that the access must be in the same size of the memory data bus ?In software, the bus width is defined as following:MemoryDataWidth = FMC_NORSRAM_MEM_BUS_WIDTH_16; and the access is 16 bit as following:So, is it...

ranran by Senior II
  • 891 Views
  • 2 replies
  • 0 kudos

Resolved! SCB_InvalidateDCache() hangs

I'm using a Nucleo-H437ZI2 board. Set up a simple project in STM32CubeIDE with the latest firmware for H7. I enabled both Icache and Dcache, no MPUI create a uint16_t array of 12,900 elements as a buffer for an ADC conversion using DMA transfer into ...

fbar by Senior
  • 2807 Views
  • 4 replies
  • 0 kudos

DAC maximum sampling rate of STM32F407

In AN4566 the maximum sampling rate of the DAC of a STM32F407 is claimed to be 10.5 Msps but I'm not able to get any faster than 7 Msps before it starts to skip samples.The clock of the STM32F407 is set to 168 MHz.TIM8 triggers the DAC via TRGO.DAC1 ...

Willunen by Associate III
  • 5645 Views
  • 15 replies
  • 0 kudos