I am changing my earlier approach to the SPI Slave Select (SS) line.
The SPI controller should be used to control the SS line. But as we saw earlier there's times when that value needs to be over-ridden. During the initialization there needs to be at least 72 SPI clocks with SS and MOSI both high. It is a problem to have the PSoC SPI_Master to do since the interface wants to assert SS for the entire transfer. But we want to use the SPI_Master to control the SPI interface under other circumstances.
Here is a way to achieve both of these goals.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.