Part Number: TSW14J56EVM
I have a TSW14J46EVM and and ADS54J40EVM aand I am trying to use the HSDCPro Automation DLL to automate the data capture using MATLAB. I have a few questions on getting it to work
1. My board serial number is T827D8un as written on the board - so when I pass the board serial number, have it asT827D8un-TSW14J56revD ?
2. Also when passing the ADC device name, is it supposed to be passed as ADS54J40 or the actual ADS54J40_LMF_8244 ?
3. I am running MATLAB R2020a and when I try the commands with int32_t I am given a prompt to use int32 instead. Is this to be expected?
4. Whenever I run the commands like connect_board, disconnect_board, etc I get an int32 vector of different lengths as the result, What is this vector of numbers supposed to represent and how to make sense of it?
5. When I run the command connect board with the HSDC Pro GUI open, am I supposed to see the changes in thge GUI corresponding to the command given? I do not see the changes currently