Part Number: TSW1400EVM
Dear
We want to use 'Read_DDR_Memory' function to read the data in DDR and assign the data to an array.
we can see from the user guide about the function:
and we use the code as follows:
Datareadfromddr= calllib('HSDCProAutomation_64Bit','Read_DDR_Memory',WaitToCheckTrigger,TimeoutInMs);
the output shows: [Error_Status]=0
Please tell me why and how to assign the data in the DDR to an array without save it as a csv.file and reread it.
Thanks