Hello!
I am trying to design a remote control system with RemoTI-CC2533.
The system includes one target module (receiver board) and one CC2533 remote controls.
I want to once pair between the target and the remote controller. It means once modules paired, the target module can be deconnected and then reconnected and we wouldn't need to repair the modules.
Therefore, according to RemotI Developer's Guide section 3.2.1 Start modes, I have to set the target on the "warm" startup. I found StartupOption in the file rti.h:
#define RTI_CP_ITEM_STARTUP_CTRL 0xA0 //Startup Control
I don't see how to set the mode on "warm" startup.
How set the parameter as "warm" startup?
Regards,
Flo.