adafruit / Adafruit_FRAM_SPI

Driver for Adafruit's SPI-Based FRAM Breakouts
Other
34 stars 30 forks source link

Fujitsu FRAM does not appear to support multi-byte sequential writes #24

Closed ameliamariecollins closed 2 years ago

ameliamariecollins commented 3 years ago
Screen Shot 2021-07-11 at 02 23 52

STM32 Nucleo H743Zi2.

PlatformIO.

When doing a multi-byte sequential write, some chips (Cypress for example) auto-increment and writes the bytes in order to sequential memory addresses. Fujitsu's chip does not appear to have this functionality, requiring some sort of additional CS signalling to allow increments. Without the special signaling, only the first byte is written.

ameliamariecollins commented 3 years ago

Read has the same issue, and requires special signaling on CS.

hathach commented 3 years ago

Can you provide