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.

LMX2430: LMX2433EVAL usage

Part Number: LMX2430
Other Parts Discussed in Thread: USB2ANY


Hello

My customer intends to use LMX2430 for 2019 model.

Customer want to evaluate EVM soon with their Win10 (or Win 7)PC.


So, I will recommend LMX2433EVM( replace to the LMX2430 sample) and

use USB2ANY Explorer software.


And also,  I did not find LMK2433 discription in

the " Adapter Board " list in the LMX2433EVM users guide.

So I will recommend customer to connect directly from USB2ANY

to EVM by themselves.


www.tij.co.jp/.../snau049a.pdf


Here is question


Q1


Please let me know the connction from USB2ANY (J4)nto LMK2433EVM.

USB2ANY               to           LMX2433EVM

SCLK (3)               ...              CLK
SIMO(7)? SOMI(8)?      ...      DATA
CS(9)?                 ...                 LE
                                 

Q2


I could not find manuals for USB2ANY Explorer software,

but please let me know the syntax.

Customer write directly in HEX  format in the write data window?

Do you have any syntax for write data window in USB2ANY software?


Best Regards

question_about_LMK2433EVM usage.pptx

  • Hi Kanji,

    Please find the USB2ANY library and API reference here: software development kit.zip

    The API reference document also provides detailed pin description for USB2ANY. You can find the answer to Q1 in that document.

    Regards,

    Hao

  • Dear Hao san

    Thank you for your quick reply, but my question is not USB2ANY pin description ( Iknow that  from this*)

    *

    www.ti.com/.../snau228.pdf

    My question is more simple, and describe again below.

    Would you please  check again?

    Q1


    Please let me know the connction from USB2ANY (J4)nto LMK2433EVM.

    USB2ANY               to                                LMX2433EVM

    SCLK (3)                                                      to      CLK
    SIMO(7)? SOMI(8)?   which is correct?   .to      DATA
    CS(9)?                 ...                                     to       LE
                                     

    Q2


    I could not find manuals for USB2ANY Explorer software,

    but please let me know the syntax.

    Customer write directly in HEX  format in the write data window?

    Do you have any syntax for write data window in USB2ANY software?

    Best Regards

  • Hi Kanji-san,

    It should be Slave In Master Out (SIMO) in order for the microcontroller to write registers to the device.

    If customer wants to write raw registers, Ticspro can be used. It allows user to write registers directly. Simply search for Ticspro in ti.com

    If the user wants to use scripts to control USB2ANY, the DLL library and API functions I sent is very powerful and easy to use. I'd say it's the better option. I'm not aware of any syntax for the .exe application. Please check out what's inside of the zip file I sent previously.

    Regards,
    Hao
  • Dear Hao san
    Thank you for your answer.