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.

IWR6843ISK: continuous transmit mode (single frequency)

Part Number: IWR6843ISK

Can we modify the firmware to be in CW mode (continuous transmit mode (single frequency)) for FCC testing instead of using mmwave studio ?
I saw there is a n api named rlDeviceSetContStreamingModeConfig .

Also the lua script for put the deivce into CW mode are for AWR68xx only. not IWR device .

  • HI, Keith:

    Do you mean instead of using radar studio to program CW mode, you want to use SDK software to program radar into CW mode? 

    And which lua script do you reference to?  

    Best,

    Zigang

  • Hi, Keith:

    SDK does not have CLI command to configure the CW mode, but on the mmwave link layer, there is API that can program CW mode

    file:///C:/ti/mmwave_sdk_03_05_00_04/packages/ti/control/mmwavelink/docs/doxygen/html/group___sensor.html#ga7436761acc24664420be7cc4561e3757

    Users will need to add the code to use that.

    Best,

    Zigang