Resolved! transfer 64kb of data via SPI using DMA on STM32H7
Hi, I want to transfer 64kByte of data from memory to my display controller using SPI and DMA.Everything is working smoothly so far, but I have some problems of understanding, when I try to use the max. number of bytes.So: 64kByte = 65536 Bytes.But t...