Reading and writing SDRAM Arduino Portenta H7

Hello,

I'm inquiring in regard to reading/writing to the Arduino Portenta H7 SDRAM. I found this which has some information but I'm having trouble understanding it, and I'm not sure if it both reads and writes. As of now, I think I only need to store a boolean and a string, but I need the data to remain in memory even if a new sketch is uploaded, or if the board is reset.

Any help would be greatly appreciated. Thank you.

Edit: I've discovered that there is a SDRam library:

But I haven't found any documentation. I see functions such as .begin() and .malloc() but I'm not sure how to implement it for what I need.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.