2026-01-31 10:46 AM
Hi,
I have been trying to communicate with an SPI peripheral (NOR Flash). I want to use SPI in half duplex mode. The problem is that as soon as enable the SPI peripheral I see SPI constantly sending OxFF over MOSI even though I have not written anything on the SPI DR register.
Pasting the screenshot of the Salea LA
Below is the simple SPI TX code
2026-01-31 12:07 PM
In half duplex mode, you need to toggle between sending and receiving. When receiving, it is clocked constantly as shown in your logic analyzer traces.