Address calculation using sizeof() operator
I am a little bit confusing with Address calculation using sizeof() operator.I am writing a program for DMA transfer half a buffer in a time.Such as,--------- 1st: HAL_SPI_Transmit_DMA(&hspi1, ptr1, buf_len/2) ; 2nd: HAL_SPI_Transmit_DMA...