Hi,
I'm having a little trouble finding out how the TI 15.4 stack example projects actually change the modulation type. There is a data structure in the developer's guide (ApiMac_MRFSKPHYDesc_t) page 143 that, the way I understand it, SHOULD be used by the example collector and sensor projects to change the modulation scheme- but none of the searches actually reveal that this structure is being used anywhere in the code (including the timac project). I tried commenting out the structure in the header and the project recompiled without errors, which confirms that this structure isn't used in the example projects.
For my application I want to be able to switch between schemes if the connection quality weakens- any suggestions on how I'd be able to do this would be greatly appreciated. Thanks in advance!