Question
STM32F1 PWM wit DMA?
Posted on November 26, 2015 at 00:46
Můžete zadat text �?i webovou adresu nebo
https://translate.google.cz/?tr=f&hl=cs
.https://translate.google.cz/?tr=t&hl=cs
</div>Zobrazuje se překlad pro text
Přeložit raději text
If
I understand
correctly, the function
HAL_TIM_PWM_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length) Start PWM and over DMA transfer data from pData to CCR1 register of Timer. If I''m true and CCR1 is 16bit register why is pData pointer onuint32_t
? How use it with for example uint16_t Buffer[1000];?