Loading some files bigger than 5KB?

Hi, all! I am working with STM32F103C8 to which I upload Maple bootloader to use it as STM32duino. I test it and use some Arduino libraries and it's been great. The problem that I have now is related to using the SD built-in library. Is there a way to load a ".txt" file that is larger than 5KB (RAM size 20KB(code + libraries))? The microcontroller has 128KB flash memory, can I use it somehow? Also, the file that I am trying to load is in JSON format so it wouldn't be a problem to load parts from it, not the whole at once. The main question is how I am supposed to manage big data files on the small RAM size. Thank you in advance!
Ps. I know that working with such big data files is not preferred, but that's my scenario right now.

SOLVED: filter method from the ArduinoJSON library

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