2022-05-03 06:30 AM
2022-05-16 01:44 AM
Hello,
The official rule is you should use the ULD for the L4CD. Some people found anyway that the L1 ULD driver does work. This is not recommended by ST but if you test it, it might work for you.
Neither of the ULD drivers use histograms so they won't range as well as the L4CX. Depending on how far you want to range, it could work.
Anne
2022-05-16 06:13 PM
Hi Anne,
Thanks for your response. At the very beginning, I tried the L4CD ULD drivers on the L4CX. It works fine except the range is just around 200mm. My application want both short (~200mm) and long distance range (~5000mm). That means I only need functions call that can switch between short and long distacne mode like the one SetDistanceMode() in L1ULD.
Do you think I can just simply create a function passing two sets of parameters to set the SetInterMeasurementInMs(), SetMacroTiming(), SetSigmaThreshold() or SetSignalThreshold()? If so, which registers will affect the distance mode? what are the values for these registers?
Dennis