summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd
diff options
context:
space:
mode:
authorPatrice Chotard <[email protected]>2025-12-16 16:31:54 +0100
committerPatrice Chotard <[email protected]>2026-01-29 10:47:57 +0100
commitd67c721ec5397e103faef781c146bdaa328e8200 (patch)
treed673b0d04c19e84f623da21f38113de52625721f /doc/develop/bootstd
parentaddebf9e818683e176496470b81758529f517825 (diff)
spi: stm32-qspi: Optimize FIFO accesses using u16 or u32
FIFO accesses uses u8 only for read/write. In order to optimize throughput, add u16 or u32 read/write accesses when possible. Set FIFO threshold level value accordingly. Test performed by writing and reading 64MB on sNOR on stm32mp157c-ev1 board: before after ratio Write : 428 KB/s 719 KB/s +68% Read : 520 KB/s 3200 KB/s +615% Reviewed-by: Patrick Delaunay <[email protected]> Signed-off-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'doc/develop/bootstd')
0 files changed, 0 insertions, 0 deletions