I have values coming from SPI port. 512 bytes every 1 sec.
I want to store them in file as I have to check data for inspection. . But I want to store 60 sec data in text file. and problem in array size is 512 bytes only in RAM. Is there any method by which data can be stored during debugging
If you have another 30KB free, create a buffer in that and copy the data there, otherwise no.