User Activity

I am trying to communicate with a wifi module with stm32f769's spi interface. My data packet is 64 bytes, but the spi only provides 16 clock cycles, Hence the datapacket sent is invalid. Can anyone tell me what could be the possible solution for this...
Hi, I am using stm32f769Ni evk for a project. Here I am interfacing stm32 with a wifi module using spi dma . The communication fails during reception with HAL_SPI_ERROR_DMA after  /* Enable the Tx DMA Stream/Channel */ if (HAL_OK != HAL_DMA_Start_IT(...