STM32-SPI-Bootloader-host icon indicating copy to clipboard operation
STM32-SPI-Bootloader-host copied to clipboard

Chip select

Open lucagessi-scmgroup opened this issue 2 years ago • 1 comments

When writing data using SPI don't you need to make low CS and high again after spi communicatin?

lucagessi-scmgroup avatar Apr 30 '22 16:04 lucagessi-scmgroup

The STM32 bootloader does not use the chip select line to mark the start/end of packets so it can remain low the entire time. I believe you can raise and lower it if you like but it won't achieve anything

Note that it must be low during transactions however

Xenoamor avatar Jan 30 '23 14:01 Xenoamor