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: Is it possible to change the Mode through sending message from mss to dss?

Expert 2050 points
Part Number: AWR1843BOOST

In automotive lab demo mrr, there are 3 working modes: MRR, USRR and MRR+USRR. 

The default mode in my code is MRR+USRR as:

#define SUBFRAME_CONF_MRR_USRR

I am investigating a method which can switch the mode from each other by reacting to a mailbox message, but it seems there is no possible way to dothat.  

I try to make mss sends a message through mailbox to dss, but it seem this will not work because of the Mode initialization is before the mailbox start receiving message.

Is there a way to change the mode more flexibly?