STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SysTick

Hi guys, I am trying software timers without using interruptSysTick->CTRL = 0x5; SysTick->LOAD = 0xFFFFFF;SysTick->VAL  = 0; when start the program, what will happen with SysTick->VAL  = 0; it is value start with 0xFFFFFF or 0?

Zek_De by Senior
  • 501 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F7 DMA Circular Mode Not Circulating

I'm using an STM32F769 for a project. I'm trying to continuously stream ADC samples to a buffer. I can fill the buffer without issue, but the DMA never recirculates back to the beginning. I don't get any DMA errors, and the ADC is still running (I...

Resolved! Clock source for USART3/4 IN STM32G070

STM32G070. It is said there are 4 USARTS in the datasheet. For USART3/4, there is no place talking about the clock source for them. Would you please tell us what's the clock source for the USART3/4?

Mmei by Associate
  • 728 Views
  • 2 replies
  • 0 kudos

mslow-flash-data GCC option for STM32

Hi,could anyone explain me why the mslow-flash-data of the gcc compiler can improve the performance for a stm32f3 processor (m3/m4 type in general)?Is this related to the integrated cache of the core?Thanks.

Running STM32F407 Program on STM32F429 .

I am new to ARM cortex programming .Following is my program , code is generated using stm32cubemx (board : stm32f407vgtx) and then shifted to Eclipse. I was wondering , If this program will successfully load and run on stm32F429ZITX.If there are any ...

0690X000008AUp7QAG.png 0690X000008AUp2QAG.png