Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 2 months ago.
UVISOR what is the name of main box?
When I am trying to declare a RPC gateway in main.cpp, I have to specify the name of the box to the macro UVISOR_BOX_RPC_GATEWAY_SYNC, however I followed the quick start guide, in which we don't give the main box a specific name ( UVISOR_BOX_CONFIG is not called in main.cpp).
So the question is, how do I declare a gateway in main box? or it is designed that it has to be declared in a private box? Since it makes no sense to call UVISOR_BOX_CONFIG in main box.
Thanks very much for the help!