I'm wondering how to switch between 2 different slave processors on the SPI port.
Basically, I want to:
- stop SPI output
- disable Slave1 SPI
- enable Slave2 SPI
- restart SPI output on a full sample
I realize I can just reset and reload all the settings, but I'm wondering if there's an alternative I'm missing.
Also, I'm a bit unclear on the proper use of anti-thump (P1R58). Is it to be turned on and left on, or does it get turned back off after a short period?
Thanks.