Ask questions, find answers, and share insights on STM32 products and their technical features.
Any Algorithm for scanning, timing velocity, and or to midi would help. I could do the matric lay out. I do not want to reinvent the Wheel if posable.Thank you, ƒg.
In the manual P 263:Bits 27:24 MCOSEL[3:0]: Microcontroller clock output Set and cleared by software. 0000: MCO output disabled, no clock on MCO 0001: SYSCLK system clock selected 0010: MSI clock selected. 0011: HSI16 clock selected. 0100: HSE clock ...
Incremental encoders are known to have problems for speed measurement at low speeds. For this, period measurement at low speeds is recommended.The following statement is taken from RM0440 page 1158. What I want to do here is to start another timer in...
Good afternoon! I am trying to establish the transmission of data via SPI to the display with DMA. The transmission is working, the display is completely painted over, but the FIFO error flag is set in the DMA registers.MCU: STM32F401CEU6 alignas(32)...
I've been reading several forums posts about filtering, and other resources such as:https://community.st.com/s/question/0D50X00009XkfSlSAJ/can-filtershttps://blog.csdn.net/flydream0/article/details/52317532I get the gist of this.CAN_FilterIdHigh is t...
We are using STM32F103xB. We intend to replace STM32F103xB this with STM32F103xC, STM32F103xD & STM32F103xE. We found difference in memory map section in the "Aliased to Flash section", when comparing both MCUs families. There is a section called re...
HI. there are two TIM1 registers and you need to move its address 0x40010034 from one register to another register 0x40010038 exactly 64bit, that is, a double word. is it possible to do this with MDMA single? the documentation is very poor. I had to...
Hi,I need to read a PWM that a rotating wheel generates (16 pulses per revolution) and I want to use one of the STM32F429 timers to do it. The problem is that the period goes from 7.8ms to infinite (no pulses), so I don't know what will happen if the...