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.

AWR1843BOOST: New baud rates do not work in Linux environment

Part Number: AWR1843BOOST

Hi,

With the release of the new mmwave SDK (3.04.00.03), we are able to configure AWR1843Boost evaluation kit with a higher baudrate (3125000) in Windows using mmwave demo visualizer but the custom baud rate does not work in the Linux environment. We suspect this is related to the serial port configuration and limitation in our Linux OS. Do you have a working tutorial/example that shows how the high baud rate can be enabled in Linux environment?

Thanks

  • Hello Sam,

    Let me check this info with the team and get back to you.

    Thanks for your patience.

     

    Regards,

    Jitendra

  • Hello Sam,

    Could you once try this baudrate with serial terminal in the Linux env? 

    Open CMD Port @115200 and Data Port @3125000 from Putty.

    Send 'configDataPort 3125000 1' command over CMD Port, the application will ack on data port with 0xFF sequence.

    Another option to verify your Linux env for this baudrate is to modify the application for '3125000' for CMD Port, build and flash this modified application. You should see the 'mmwDemo:/>' prompt at the serial terminal.

     

    Change: mss_main.c->  MmwDemo_platformInit() ::    config->commandBaudRate     = 3125000;//115200;

     

    Regards,

    Jitendra