STM32F107 Quadrature encoder example
Posted on May 08, 2013 at 13:08Hi, can anyone provide an example of how to set up a counter to work with 2 quadrature inputs for up/down encoder counting?Thanks #stm32-pulse-counter
Posted on May 08, 2013 at 13:08Hi, can anyone provide an example of how to set up a counter to work with 2 quadrature inputs for up/down encoder counting?Thanks #stm32-pulse-counter
Posted on September 16, 2016 at 23:34Hello. This is my 1st post here. I'm trying to use a NUCLEO F103RB to make my own electronic application. I'm an electronician, not really a programmer. I've installed Eclipse OpenSTM (Mac OS X version), and I ca...
Posted on September 15, 2016 at 23:51Hello everyone! I have issue with initializing ADC1 and ADC2 in regular simultanious mode + DMA. I am using CubeMx and Hal drivers. Here is my configuration.http://s8.picofile.com/file/8267541418/1.JPGhttp://s8....
Posted on September 16, 2016 at 20:17hi,i m trying to set the external interrupt for PB0 pin on rising or falling edge. i configured but it is not working properly.here is configuration i gave[CODE]&sharpdefine NVIC_PRIORITY_MASK(prio) ((prio) << (8...
Posted on September 15, 2016 at 23:55Hi.I would like to enable parity error detection for SRAM in STM32F303. I know that this is done through programming option bytes.But I don't know, how can I actually detect if parity error has occurred. If it ha...
Posted on September 08, 2016 at 18:07Hello all.I've designed a board using microcontroller STM32F030K6 and face the problem with ESD immunity of this controller (as I suppouse).Our device consists of 4 boards (one based on STM32 and 3 others - on ST...
Posted on September 13, 2016 at 03:23I already know the HAL firmware doesn't support this but is this due to the bad programming of the HAL or inadequacies of the hardware?I'm interfacing to an external NOR flash device but have run out of DMA chann...
Posted on September 12, 2016 at 07:09Hi Everyone, I am currently trying to implement a SSI slave using a STM32F0(72RB) microcontroller. For those who are not familar with SSI: SSI is used as a sensor (encoder) interface for high speed applications (...
Posted on August 05, 2015 at 22:25Hi guysI try to make a simpel sinusial tone / beep on the STM32F7-Discovery borad but can not find a solution.Do anybody have the time to show howto ?Hjalmar
Posted on September 13, 2016 at 17:01Ok, Here is the situation as follows.You know where you are required to program your MCU. Technically speaking, having the following memory locations:0x200032000x20003202...and you need to assign the following ch...