User Activity

Dear all,How to choose the Input capture filter sampling frequency? Is there any method to choose the appropriate value for ICxF bits or do we have to try and find the best value? Anyone has experience with this topic, please share the experience you...
Dear,These 2 functions are almost the same, the difference is the const DMA_FLAG_TCIFx and DMA_IT_TCIFx. However, when AND with the RESERVED_MASK (0x0F7D0F7D), it becomes the same. This also happens with EXTI_ClearFlag  and EXTI_ClearITPendingBit.For...
Hi there, I wonder when I transmit the wrong data package from peripheral to memory, as the wrong size as I configured, where the offset pointer locates that the location for the next transmission is not at the start of the memory (memory 0 since I ...