User Activity

Posted on March 25, 2014 at 06:58I have a low pass filter function in my project which calls q15 fir filter.  The first statement in the filter function is &sharpinclude ''arm_math.h''.  When complie the project, I received following error: .\Obj\tr...
Posted on March 22, 2014 at 10:18My application board has STM32F405RG microcontroller.  I tried to use a project came from STM32F4 Discovery Board by just changing the microcontroller from Keil manual ''Project\Select Device for Target 'ST Link Flas...
Posted on March 18, 2014 at 03:12Hello, I am planning on using the SDADC in STM32F37x microcontroller.  The data sheets says the sampling frequency is between 500 kHz ~ 6 MHz, depending on the clock signal driving the SDADC.  The output data rate is...
Posted on January 19, 2014 at 07:38I recently downloaded the latest STM32F4 Peripheral library, STM32F4xx_DSP_StdPeriph_Lib_V1.3.0.   The library contains peripheral driver and CMSIS V3.20 which includes CMSIS-RTOS V1.02.   In the CMSIS documentatio...
Posted on January 14, 2014 at 03:19Hello, I am using STM32F4 Discovery board, uVision V5.1.0.0 development environment which comes with CMSIS-RTOS RTX  Version 4.74.  In the document for this version of CMSIS-RTOS RTX, the following  code example is...