I’m putting together an all-on-one-board project, and one thing I haven’t been able to figure out is how to isolate the SPI interface from the peripherals (in this case a nRF24L01) when doing ISP.
I know I could jumper the bus, but as that’s rather fiddly, I’d prefer to use series resistors to do the isolation. My question is, how would I know what value resistor to use? I’ve found out that the programmer I’m using can handle pull-up down to 1 kOhm and pull-down down to 10 kOhm. Using the latter would mean I’d be safe, but then what’s to stop that same resistor from interfering with normal SPI operation?
Or do I not need to worry about isolating the SPI bus at all?