Other Parts Discussed in Thread: DS90UB948-Q1EVM, ALP
Hello,
I'm trying to use the Analog Launchpad software along with the serializer/deserializer pair DS90UB949-Q1EVM and DS90UB948-Q1EVM. I'm having the following problems with the software:
1. The software frequently freezes, stops responding, and occasionally even crashes. An error message directs me to the MainGUI.exe.log file, which contains the following information:
Traceback (most recent call last):
File "C:\Program Files (x86)\Texas Instruments\Analog LaunchPAD v1.57.0010\Profiles\FPDL3Base\FPDLink3_GUI.py", line 305, in OnTabSelect
s.tabDispatch[s.currTabTxt]()
File "C:\Program Files (x86)\Texas Instruments\Analog LaunchPAD v1.57.0010\Profiles\FPDL3Base\FPDLink3_GUI.py", line 426, in UpdatePatternGenTab
Selected = s.board.deviceList[0]
IndexError: list index out of range
Traceback (most recent call last):
File "C:\Program Files (x86)\Texas Instruments\Analog LaunchPAD v1.57.0010\Profiles\FPDL3Base\FPDLink3_GUI.py", line 305, in OnTabSelect
s.tabDispatch[s.currTabTxt]()
File "C:\Program Files (x86)\Texas Instruments\Analog LaunchPAD v1.57.0010\Profiles\FPDL3Base\FPDLink3_GUI.py", line 426, in UpdatePatternGenTab
Selected = s.board.deviceList[0]
IndexError: list index out of range
2. The software does not properly detect the EVM hardware. It seems to think I'm connected to a DS90UB925/24 pair.I corrected the problem in the "Devices" task by following the instructions in the EVM datasheet to load the correct profiles for my hardware. However, the Information tab still lists the wrong hardware. For reference, it looks similar to the picture in the linked thread. Following the instructions given in that thread, I switched to demo mode and set it up with the 949 device profile. Here is a screenshot of what that looks like:
Also per those instructions, I tried to find the values of registers F0-F5. The registers tab lists them all as 00, but I'm not convinced this is accurate since every other register I checked also listed its value as 00. The registers tab took a long time to load and nearly crashed the software, so maybe those are just dummy timeout values?