I am using VDSP 4.5 and trying to automate emulation in my code.
I will have a #define EMULATE_MODE and throughout my code will have #ifdef EMULATE_MODE.
I intend to dump some array variable into a text file. Currently doing it manually by going to memory>dump and filling in the parameter manually.
Would like to ask if there is an automatic way to dump variables to text file automatically using coding inside #ifdef EMULATE_MODE
Thanks