How can I disable the SPI Flash on Sensebender Micro?
-
I need to disable the SPI Flash chip on the Sensebender Micro in order to troubleshoot an issue with the NRF24 module.
Is there a way to disable the flash chip in code to prevent it from communication on the SPI bus?
Thanks,
Tony
-
The default sketch on the sensebender doesn't talk with the flash, unless you enter the test routine, then it reads out the jedec id of the chip, to verify communication
-
So on the bus it is disabled with D8 high?