IIR Example
Posted on February 11, 2013 at 15:30Hi, I'm trying to understand how to use IIR filters, but I can not find examples using IIR filters can you help? thanks
Posted on February 11, 2013 at 15:30Hi, I'm trying to understand how to use IIR filters, but I can not find examples using IIR filters can you help? thanks
Posted on February 11, 2013 at 08:24 Hello, I will like to convert 4 Channel Voltages in STMF103RB ADC in dual mode configuration.Please correct me if I am mistaken, from the reference manual (Reference manual RM0008:: 11.9.1 Injected simultaneous m...
Posted on January 24, 2013 at 20:13EXTI and SWI #stm32f0-exti-swi
Posted on February 09, 2013 at 17:05Hello; i have problems to understand how to configure an GPIO input port correctly. What i wan't: Port PA5 shall be configured als input port. A simple switch is conected between the +5V source and the input pin. ...
Posted on February 10, 2013 at 14:07Hello, I am relatively New to ARM Cortex Microcontroller but with experience in Microchip 8Bit to 32bits Microcontrollers. I am having a serous issue with configuring the external Interrupt of STM32F103RB. I want ...
Posted on January 31, 2013 at 14:11Hi I am a power electronics engineer and I have been using the STM32F4 to develop AC motor drives and its great I am now working on an application with space vector modulation and I have ran into a difficulty which...
Posted on February 07, 2013 at 01:53Hi,excuse me for my bad english,I'm new in the microcontrollers field, so I've some uncertainty on the use of the dma to read and write from USART. At the moment I'm interfacing the stm32f100B with a medical modul...
Posted on February 09, 2013 at 16:40Hi, I work with STM32F0. I want use Output compare (PA2) TIM2_CH3 for manchester encoder. I like use DMA for this. The F0 have a DMA for Output Compare ?
Posted on August 24, 2012 at 16:23hi i have a problem with the stm32w mb851a i would generate a random number. i have try to use the function rand() and I include header filebut when i execute the program it jump at void __attribute__ ((weak)) Defa...
Posted on February 08, 2013 at 17:34 Hi, I have a quick quiestion: my toolchain complains that instruction strexb r2, r2, [r3] is illegal (registers may not be the same), while strex r2, r2, [r0] is fine. The qu...