STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H533 DCACHE seems to make no difference?

So I've got a program with a fast tight loop doing some minimal things, and the rest is housekeeping/UI stuff in the main loop. When I enabled ICACHE, the speed of the tight loop increased DRAMATICALLY and overall the process is faster at basically e...

devinw by Associate III
  • 237 Views
  • 3 replies
  • 2 kudos

Resolved! STM32U5A9 Octal SPI with octal flash in DTR mode

Hi Team,   I am working on STM32U5A9J-DK for one of our applications interfaces with an Octal flash via Octal SPI. we were able to communicate and do the flash operations Read write using the SDR mode . Now to achieve the DTR mode from STM32U5a9 end ...

Sanath by Associate II
  • 409 Views
  • 5 replies
  • 1 kudos

Resolved! STM32H573 SPI clock not working

I am following a basic example from stm32: Getting started with SPI - stm32mcuI follow the steps for setting up SPI master with polling (Blocking mode). I did make sure to select the board STM32H573 DK instead of the one listed in the example.I initi...

A_Bit_More_0-1736980651955.png

DMA: last written buffer position?

DMA buffer 32 words, ADS converts 4 channels in scan mode.So every 8 ADC-starts  DMA will start at buffer[0]  (circular buffer is ticked).CubeIDE HAL is being used.How do I find out / look up  the buffer offset most recently written to?

PRenn.1 by Associate III
  • 349 Views
  • 5 replies
  • 2 kudos