Hey guys,
I'm trying to use an Adafruit SPI FRAM with my Due project and I'm having a hard time understanding how to use it. I'm not trying to do anything fancy, just reading and writing 32-bit values.
I've looked through the library files (found
here) and I see that the read and write functions use arrays of 8-bit values, but I can't tell if it automagically breaks the 32-bit value apart and then puts it back together when read, or if it's just writing & reading a series of separate 8-bit values.
This is outside the scope of the example code, and the Adafruit tutorial covers basically the bare minimum to get the chip working. I haven't found anything else through searching. If anyone can shed some light or point me towards a better resource, I'd appreciate it. Thanks.