STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 Lockup issue after FAULTMASK is set

Posted on July 20, 2017 at 06:26Hi ,I ran into a lockup issue after  FAULTMASK is set by cpsid f. The software is running in SDRAM, and MPU is enabled, so instruction can be executed from SDRAM. At last, I found the lockup issue is gone if HFNMIENA ...

ARM CMSIS DSP library

Posted on October 06, 2011 at 15:38Has anyone successfully used the ARM CMSIS DSP library with the STM32F10x_StdPeriph_Lib_V3.5.0? I added, &sharpdefine ARM_MATH_CM3 &sharpinclude ''arm_math.h''           //for ARM CMSIS DSP to my main.c and modifie...

John F. by Senior
  • 864 Views
  • 4 replies
  • 0 kudos

GPS

Posted on July 18, 2017 at 15:40Hi, before buying I preferred to ask advice to you. I am pursuing a project that has the ambitious goal of bringing analytical accounting to farms. To do this I have to automate some processes. The process I now descr...

TIM5 External Clock Counter Issue

Posted on July 17, 2017 at 23:15I am using the STM32F4 board's TIM8 in order to generate a quadrature PWM signal at varying frequencies. That is working great; however, I need to decode the signal as it is being produced, aka, count the rising edges...

Resolved! STM32CubeF0 Getting Started Error

Posted on July 19, 2017 at 01:26Hi,I am just getting started evaluating the STM32F0 Discovery board with the Keil MDK-ARM Toolchain. Following all the quick start guides and the STM32CubeF0GettingStarted to run the examples leads to the following er...

Arete sw by Associate II
  • 769 Views
  • 2 replies
  • 0 kudos

How to port the MIPI camera with STM32F4?

Posted on December 23, 2015 at 02:42Dear all.We have a project to calculate the optical flow by STM32F427.Like the following project : https://pixhawk.org/modules/px4flowBut we chose the camera OV7251 instead of MT9V034.The main problem is the inter...