I am controlling the SPI via PPI at regular time intervals and it is working as expected.
However, I want the SPI to operate manually at any given time under certain conditions, and then when those conditions are lifted, I want to control the SPI again via the SPI.
To do this, it would seem that I would need to disable PPI once before I allow SPI to operate manually, and then re-enable PPI when the condition is lifted.
However, I do not know what steps or functions to use to disable PPI once and what steps or functions to use to restart PPI.
Could you please tell me?
