Fast SPI with large data on STM32U5 ( HAL vs register level)
Dear all,Can someone help me on that topic ?Goal : I need to send a large amount of 8 bit via SPI as fast as possible (SPI display).The frame buffer is around 160 000b so size need to be uint32_t. Strategy :Use SPI register to avoid 16bit size HAL li...