This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LM3532EVM: Can't get LM3532 GUI to provide onboard power!

Part Number: LM3532EVM
Other Parts Discussed in Thread: LM3532, USB2ANY

I've had identical problems as John Connely48 in this thread:

e2e.ti.com/.../622095

After downloading the LM3532 GUI provided in that thread, I was able to install it and connect to the USB2ANY. However, there was no way to enable the onboard 3.3V, so I had to hook up an external supply.

It seems I'm able to interact with the LM3532. However, when I perform a read (such as read ALS Zone Boundary), after 10 seconds or so, the app quits. 

Is there an updated LM3532 GUI app? Is the LM3532 no longer supported?

  • Here's a crash report:

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.FormatException: Input string was not in a correct format.
    at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
    at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
    at System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo info)
    at System.Byte.Parse(String s, NumberStyles style)
    at TI.eLAB.EVM.GUI.update_als_values(String zb0high, String zb0low, String zb1high, String zb1low, String zb2high, String zb2low, String zb3high, String zb3low)
    at TI.eLAB.EVM.GUI.textBox190_TextChanged(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnTextChanged(EventArgs e)
    at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e)
    at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message& m)
    at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
    at System.Windows.Forms.TextBox.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9151 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    USB2ANY_GUI
    Assembly Version: 1.10.0.0
    Win32 Version: 1.10.0.0
    CodeBase: file:///C:/Users/Viking%20Voyager/Downloads/6560.USB2ANY%20GUI/USB2ANY%20GUI/USB2ANY_GUI.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    USB2ANY_API
    Assembly Version: 1.10.0.0
    Win32 Version: 1.10.0.0
    CodeBase: file:///C:/Users/Viking%20Voyager/Downloads/6560.USB2ANY%20GUI/USB2ANY%20GUI/USB2ANY_API.DLL
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

  • Hi Leif,

    How about your OS version? Have you tried with other computer or OS versions?

    BR,

    Robin

  • Windows 10 Home

    Build 10.0.19041

    x64

    Trying on another computer/OS is not an option for me.

  • For those reading this thread, I had to give up using the USB2ANY and resort to using an Arduino.  I don't get the sense the LM3532 is all that well supported. TI"s focus must be with newer LED drivers, or perhaps the funding isn't there.

    (The LM3532 EVM User's Guide is not up to date either.)

    Compare the process of getting up and running with an Arduino and that of the LM3532. No comparison.

  • Hi Leif,

    Software issues are complex since we are nor responsible for it. We will let our software support team know this.

    Thanks a lot.

    BR,

    Robin

  • I'd recommend putting USB on the EVM. Then there would be no need for the USB2ANY.... (less packaging, less shipping weight, less cost ).

  • Hi Leif,

    Most of our devices only support I2C protocol, so it's necessary to add USB2ANY between computer and device.

    BR,

    Robin

  • When I say put USB on the EVM, I'm talking about a microcrontroller with native USB that would manage the USB / I2C conversion.