<p>Hi everybody, im working on an application on Minized board. Since i need to use data vectors from big external header files (.h), and if i just include them as #include file.h the application will crash whenever the file size is too big, i was thinking of copying the files into the eMMC internal storage. Is there any library on Xilinx SDK that allows me to do that? </p>
<p>Important note: im working on bare metal, that's why i got some troubles. But i'm forced to work on bare metal , no other choices in this case.</p>