Resolved! Issue with f_write() corrupting buffer/issue with value 0x01?
I am writing to an SD card using the Adafruit_Shield BSP library on the STM32L4R5ZI Nucleo board. I had it writing 10 values, from 0x00 to 0x09 but the second byte (with a value of 0x01) was getting corrupted as set to 0x00. I changed the array so ...