Hello,
I have a very large file (60MB) with a constant char in my SD card that looks like this:
Alberto_isorna_0-1606147042916.png
My question is: how can I load a variable from SD card into a variable allocated also in the SD card?
I'm able to load the ascii caracters in the SDRAM but I don't want the caracters I want the variable and anyway the full file is not fiting in the ram so I'd need to load it from the SD card.
I'm using a NXP IMXRT 1064, I need that my tensorflow model loads the image from there.
Any help is better than nothing,
Best regards!