I am trying to test some simple register reads on the serial flash chip using Paul Stoffregen’s SerialFlash library, but am getting intermittent results. For example trying to call SerialFlash.readID(), sometimes I get the manufacturer ID of 0x01 as expected, but other times it’s garbage. Trying to understand what the issue is and if anyone else has experienced the same/similar problem. I am seeing this behavior on the RocketScream Mini Ultra Pro and also on my own PCB hardware, both using the same connections to SAMD21. Any tips would be appreciated. Thanks.