Hello,I would like to send a uint32_t size array via HAL_SPI_Transmit / HAL_SPI_Transmit_DMA but both are limited to 16 bit size. I have tried casting as HAL_SPI_Transmit(&hspi1,Array,(uint16_t)65537),10000)but this doesn't work.I have also tried edi...