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.

AWR1843AOP: error main does not contain frame information

Part Number: AWR1843AOP


Hello there,
I tried running the medium range radar demo with the AWR1843AOP. I also made the following change that you mentioned on the forum before.

/**! @brief The multi-mode Radar mode of operation. */
//#define SUBFRAME_CONF_MRR_USRR /* Two subframes, MRR followed by USRR20. */
/**! @brief The USRR only mode of operation. */
//#define SUBFRAME_CONF_USRR /* One subframe USRR20. */
/**! @brief The MRR only mode of operation. */
#define SUBFRAME_CONF_MRR /* One subframe MRR80. */

When I debug, I encounter the error "main does not contain frame information" in the dss section. what is the reason of this?