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.

BOOSTXL-CC3120MOD : Can Sample Code network_termiinal be used in Non OS?

Part Number: BOOSTXL-CC3120MOD

Hi, TI.


I would like to use RF transceiver mode in Non OS mode.

Can you provide me a guide for using the radioTool_TxStart()/radioTool_RxStart() function in radio_tool.c in Non OS?


Thank you in advance.


Regards,
Simon

  • Hi Simon,

    I recommend you use the power_measurement example and copy over the radiotool code that you wish to use.

    So, first you'd import the power_measurement nortos example from the SDK, then copy over the radiotool.c/.h files, correct any build errors from missing import paths/ struct defines, and then use the function in one of the power measurement test cases.

    You could also try migrating the network_terminal example to nortos using an existing nortos demo as a guide, but it would probably be easier to copy over the functionality you want to use to a networking-enabled nortos example. The power_measurement demo would be easiest to adapt.

    Regards,

    Michael

  • Hi, Michael.


    Thanks for your answer.
    I'll try what you told me.

    Regards,
    Simon