Posted on May 04, 2014 at 16:44I have an ISR, in which a DMA transfer will take place when the ISR is running. Although DMA transfer does not occupy CPU's running time, but occupies the Data bus. So will the DMA's existence lengthen the ISR's execut...
Posted on April 27, 2014 at 03:25The picture is the wave form of STM32F429 osc_out pin,The low level is not 0V, but is 1.24V, Why the sine wave's value of peak to peak is 1.04V. Is it correct?
Posted on April 14, 2014 at 11:33I am now using a Cortext-M3 chip(STM32F) to control Stepping Motor in an industrial equipment (Only generating pulses and direction signal to send to a stepper driver). Its maximum frequency is 72MHz so I can't add m...
Posted on April 13, 2014 at 03:03I got several lines of code in TIM1_CC_IRQHandler and need to know its exact running time because some real-time requirements.So when I run simulation I got a time span between the entrance and the exit of the ISR. I...
Posted on April 12, 2014 at 13:26I am using STM32F103 and its Referrence Manual(RM0008) said that TIM1_DMAR's default value is 0. BUT when I connected the hardware and debugging with JLink, I found that TIM1_DMAR is always 1. And I never set it.AND ...
Posted on April 14, 2014 at 15:41A cheap Cortex-M0, controlled by a serial interface, would suffice IMHO.Good idea. Is there a faster connection between two chips than serial interface(maximum 4.5Mbps for serial as I remember)?
Posted on April 14, 2014 at 13:58Thanks. The pulses generated here are to send to stepper driver. So I am only responsible for generating pulses of different frequencies and direction. And here is a new demand we add a camera and touch screen. The u...
Posted on April 14, 2014 at 11:40Thanks so much. I got it.I think that STM32F103's Referrence Manual is too brief.. I read it more than twice and still didn't know how to use it...