Incorrect DMA transfer when address isn't aligned.
Hi,We using the HAL_ADC_Start_DMA() function and this function works very fine when the pData pointer is aligned to 4. (data transfer is DMA_PDATAALIGN_WORD)Unaligned data can be happen when the *pData is defined as a structure and the structure is p...