I am evaluating the imx-RT1050 chip,finding a way to insert a crank storyboard sample's output header file into a demo example of MCUXpresso.
Because the RT1050 board doesn't support filesystem,so we can only use VFS,providing a string data array called sb_model which contains data for display,as attached.
It works well,but when this array is so big,the compile fail with note:
"cc1.exe: out of memory allocating 536875007 bytes
make: *** [source/subdir.mk:24: source/sbengine_task_pxp.o] Error 1"
Waiting for help...Thanks in advance...