User Activity

/** * @brief Transmit an amount of data in blocking mode. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuration information for SPI module. * @param pData: pointer to data buffer * @param...
Posted on April 20, 2017 at 04:51I am using TIM4 to delay 5min,but there is 7.5s fast everytime in The actual test.(Whether changed to HSI(16M/2) or HSE(8M))But there is no problem,when i changed using 16-bit general purpose timers (TIM5) .So,I gues...
Posted on April 05, 2017 at 07:49static void DMA_SetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength){/* Configure DMA Channel data length */hdma->Instance->CNDTR = DataLength;/* Peripheral to Memory */if...