Why is it mandatory to send 1024-byte blocks during Secure SPI slave boot?
Processor: ADSP-2156x
Sending 1024-byte blocks is mandatory because of DMA buffer alignment requirements in the boot ROM. If the LDR file size is not a multiple of 1024 bytes, the last block must be padded with zeros.