SOLVED: SD Card on SMARTGPU2 - DataLogging

Hi,

It actually turned out to be pretty simple! The pointer is updated when you read or write to the file, what I did was store the position as a global variable that is updated when opening the file - it the set the pointer to this position when writing. This means it appends to existing data rather than overwrite.

I'll post my code tomorrow as I'm away from my PC right now! :slight_smile: