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

how to make a delay on STM32

Posted on March 07, 2013 at 15:01Hello!how to make a delay of N clock cycles? (without timers)I realized asm(NOP) is not working

maryuriy by Associate II
  • 1218 Views
  • 5 replies
  • 0 kudos

90 degrees phase difference signals

Posted on March 11, 2013 at 11:05I want to create 2 signals and they must have 90 degrees phase difference (on square wave). for example signals have 2 kHz freq. i set the timer 8 kHz and just changed the one of the outputs on each timer interrupt. ...

ADC preventing SysTick timer Interrupt (Why?)

Posted on March 10, 2013 at 17:56Hello, Once I initailize ADC in my program, it stop the SysTick timer Interrupt from working while ADC work correctly.I want ADC Interrutp to have higher priority than SysTick timer Interrupt.How do I set the priorit...

HMAC with DMA transfert

Posted on March 09, 2013 at 14:40The original post was too long to process during our migration. Please click on the attachment to read the original post.

JTAG unable to attach to CPU

Posted on March 08, 2013 at 22:24Hello ST community, first forum post... We're having problems with downloading EVAL example code into STM32F207ZC. I've soldered 144-pin chip to an adapterboard and followed schematics in AN3320 ''Getting started wit...

optifier by Associate II
  • 1797 Views
  • 7 replies
  • 0 kudos

bootload from a pc program

Posted on March 07, 2013 at 00:35Hi all i have to write an interface program for write to the stm32f40x's flash. I did a control system but users want to change some parameters on program but i can't give them the sources. I must write bootloader pr...

problem with USART multi-processor mode

Posted on March 06, 2013 at 08:33Dear,    I met the problem when use the USART multiprocessor mode. In my USART communication application, even for one USART, there are 3 different addressses for different data packages. But STM32F4 only provide one...

xinjin by Associate II
  • 2054 Views
  • 15 replies
  • 0 kudos

Changing counting direction on encoder interface

Posted on March 01, 2013 at 15:57Hi all. I want to measure length between 2 pressure pistons but I don't know can i change the directon with changing IC1 edge align mode or IC2 edge align mode on x4 resolution mode for example 1-) TIM_EncoderInterf...

URGENT HELP IN UNDERSTANDING CMSIS PID IMPLEMENTATION

Posted on March 07, 2013 at 23:53Hello, I will like to implement PID in CMSIS but the documentation lack clear instructions and examples.Can someone be kind enough to explain the below function and answer the few questions.   void file:///D:/ARM%20E...