Other Parts Discussed in Thread: LMX2572, USB2ANY
Hello,
I am currently trying to make an automation programming the LMX2572EVM boards through python script.
I got the DLL files from here :SDK link
So far I can do these with the script:
- Detect devices
- Retrieve their Serial Numbers
- Assign as a U2A_HANDLE
- Write hex values to registers with given succesful written Bytes
Even when it returns no error code during writing, it still doesn't change the output of the LMX2572 board. It does when i use the
TICS Pro program to write the registers.
I think this has to do that I didn't set the u2aSPI_Control parameters correctly for writing. I couldn't retrieve any information through the datasheet or
I missed it by mistake...
Is there any default settings for this function, in order to write to the board?
Greetings,
Dave