SPIMemory library - Formerly SPIFlash - now supports SPI FRAM as well! :)

hello @Marzogh.

Im having some issues with the SPImemory library, specifically it doesn't work.

Hardware:
Adafruit Feather adalogger
W25Q64JV

Wiring:
1cs ----> pin11
2DO ----> MISO
3WP ----> VCC 3.3v
4GND ----> GND
5DI ----> MOSI
6CLK ----> SCK
7HOLD ----> VCC 3.3v
8VCC ----> VCC 3.3v

FlashDiagnostics line 40 has been changed to:
SPIFlash flash(11);

I have some very basic code which works fine to manually handle reading and writing to the flash chip so I know it is not a hardware or wiring issue, but I would like to implement your library since it seems to work so well for others. I have tried version 3.2.1 and 3.2.0 to no avail.

Obviosuly it thinks the chip is not powered on so all of the other tests will fail.

getAddressex only returns the serial.print lines with blank spaces (0s?)where values should be.

Any help is appreciated.

The output is below

Initialising..........
Chip Diagnostics initiated.

Unable to identify chip. Are you sure this chip is supported?
Chip details:
If this does not help resolve/clarify this issue, please raise an issue at http://www.github.com/Marzogh/SPIMemory/issues with the details of what your were doing when this error occurred

SPIMemory Library version: 3.2.1

JEDEC ID: 0x8FFF8F
Man ID: 0x8F
Memory ID: 0xFF
Capacity: 0
Max Pages: 0

-----------------------------------------------------------------------------------------------------------------------------
 Testing library code
-----------------------------------------------------------------------------------------------------------------------------
 Function Test result     Runtime
-----------------------------------------------------------------------------------------------------------------------------
 Power Down   PASS      66 us
 Power Up   FAIL 

 Erase Chip The Flash chip is currently powered down.
   FAIL 
 Erase 72KB The Flash chip is currently powered down.
   FAIL 
 Erase 64KB The Flash chip is currently powered down.
   FAIL 
 Erase 32KB The Flash chip is currently powered down.
   FAIL 
 Erase 4KB The Flash chip is currently powered down.
   FAIL 
-----------------------------------------------------------------------------------------------------------------------------
 Data type I/O Result      Write time      Read time
-----------------------------------------------------------------------------------------------------------------------------
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 Byte   FAIL 0 us 4.251 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 Char   FAIL 0 us 4.292 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 Word   FAIL 0 us 4.333 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 Short   FAIL 0 us 4.374 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 ULong   FAIL 0 us 4.415 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 Long   FAIL 0 us 4.456 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 Float   FAIL 0 us 4.497 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 Struct   FAIL 0 us 4.539 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 Byte Array   FAIL 0,   FAIL 1,   FAIL 2,   FAIL 3,   FAIL 4,   FAIL 5,   FAIL 6,   FAIL 7,   FAIL 8,   FAIL 9,   FAIL 10,   FAIL 11,   FAIL 12,   FAIL 13,   FAIL 14,   FAIL 15,   FAIL 16,   FAIL 17,   FAIL 18,   FAIL 19,   FAIL 20,   FAIL 21,   FAIL 22,   FAIL 23,   FAIL 24,   FAIL 25,   FAIL 26,   FAIL 27,   FAIL 28,   FAIL 29,   FAIL 30,   FAIL 31,   FAIL 32,   FAIL 33,   FAIL 34,   FAIL 35,   FAIL 36,   FAIL 37,   FAIL 38,   FAIL 39,   FAIL 40,   FAIL 41,   FAIL 42,   FAIL 43,   FAIL 44,   FAIL 45,   FAIL 46,   FAIL 47,   FAIL 48,   FAIL 49,   FAIL 50,   FAIL 51,   FAIL 52,   FAIL 53,   FAIL 54,   FAIL 55,   FAIL 56,   FAIL 57,   FAIL 58,   FAIL 59,   FAIL 60,   FAIL 61,   FAIL 62,   FAIL 63,   FAIL 64,   FAIL 65,   FAIL 66,   FAIL 67,   FAIL 68,   FAIL 69,   FAIL 70,   FAIL 71,   FAIL 72,   FAIL 73,   FAIL 74,   FAIL 75,   FAIL 76,   FAIL 77,   FAIL 78,   FAIL 79,   FAIL 80,   FAIL 81,   FAIL 82,   FAIL 83,   FAIL 84,   FAIL 85,   FAIL 86,   FAIL 87,   FAIL 88,   FAIL 89,   FAIL 90,   FAIL 91,   FAIL 92,   FAIL 93,   FAIL 94,   FAIL 95,   FAIL 96,   FAIL 97,   FAIL 98,   FAIL 99,   FAIL 100,   FAIL 101,   FAIL 102,   FAIL 103,   FAIL 104,   FAIL 105,   FAIL 106,   FAIL 107,   FAIL 108,   FAIL 109,   FAIL 110,   FAIL 111,   FAIL 112,   FAIL 113,   FAIL 114,   FAIL 115,   FAIL 116,   FAIL 117,   FAIL 118,   FAIL 119,   FAIL 120,   FAIL 121,   FAIL 122,   FAIL 123,   FAIL 124,   FAIL 125,   FAIL 126,   FAIL 127,   FAIL 128,   FAIL 129,   FAIL 130,   FAIL 131,   FAIL 132,   FAIL 133,   FAIL 134,   FAIL 135,   FAIL 136,   FAIL 137,   FAIL 138,   FAIL 139,   FAIL 140,   FAIL 141,   FAIL 142,   FAIL 143,   FAIL 144,   FAIL 145,   FAIL 146,   FAIL 147,   FAIL 148,   FAIL 149,   FAIL 150,   FAIL 151,   FAIL 152,   FAIL 153,   FAIL 154,   FAIL 155,   FAIL 156,   FAIL 157,   FAIL 158,   FAIL 159,   FAIL 160,   FAIL 161,   FAIL 162,   FAIL 163,   FAIL 164,   FAIL 165,   FAIL 166,   FAIL 167,   FAIL 168,   FAIL 169,   FAIL 170,   FAIL 171,   FAIL 172,   FAIL 173,   FAIL 174,   FAIL 175,   FAIL 176,   FAIL 177,   FAIL 178,   FAIL 179,   FAIL 180,   FAIL 181,   FAIL 182,   FAIL 183,   FAIL 184,   FAIL 185,   FAIL 186,   FAIL 187,   FAIL 188,   FAIL 189,   FAIL 190,   FAIL 191,   FAIL 192,   FAIL 193,   FAIL 194,   FAIL 195,   FAIL 196,   FAIL 197,   FAIL 198,   FAIL 199,   FAIL 200,   FAIL 201,   FAIL 202,   FAIL 203,   FAIL 204,   FAIL 205,   FAIL 206,   FAIL 207,   FAIL 208,   FAIL 209,   FAIL 210,   FAIL 211,   FAIL 212,   FAIL 213,   FAIL 214,   FAIL 215,   FAIL 216,   FAIL 217,   FAIL 218,   FAIL 219,   FAIL 220,   FAIL 221,   FAIL 222,   FAIL 223,   FAIL 224,   FAIL 225,   FAIL 226,   FAIL 227,   FAIL 228,   FAIL 229,   FAIL 230,   FAIL 231,   FAIL 232,   FAIL 233,   FAIL 234,   FAIL 235,   FAIL 236,   FAIL 237,   FAIL 238,   FAIL 239,   FAIL 240,   FAIL 241,   FAIL 242,   FAIL 243,   FAIL 244,   FAIL 245,   FAIL 246,   FAIL 247,   FAIL 248,   FAIL 249,   FAIL 250,   FAIL 251,   FAIL 252,   FAIL 253,   FAIL 254,   FAIL 255,   PASS 0 us 4.581 s
The Flash chip is currently powered down.
The Flash chip is currently powered down.
 String   FAIL 0 us 4.719 s
-----------------------------------------------------------------------------------------------------------------------------