Resolved! EEPROM communication woes
I am working with an STM32F107VCT6TR MCU to communicate with an M95M04-DRMN6TP component over SPI3.The pins are set up as follows:PB7(93) -> HOLD(7)PB6(92) -> W(3)PA15(77) -> S(1)PB5(91) SPI3_MOSI -> D(5)PB4(90) SPI3_MISO -> Q(2)PB3(89) SPI3_SCK -> C...