Other Parts Discussed in Thread: TIMAC
In TIMAC software msa example having FFD and RFD configuration. In which part of the source code determines the configuration how i can change.
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.
Hi,
Please check the predefined symbols for FFD and RFD.
For your reference:
Normal-FFD:
ewarm POWER_SAVING CC2538_USE_ALTERNATE_INTERRUPT_MAP=1 FEATURE_GREEN_POWER FEATURE_ENHANCED_BEACON FEATURE_RESET_MACRO FEATURE_8MHZ_HYBRID_POWER_SAVING MSA_FFD xNV_RESTORE
Normal-RFD:
ewarm POWER_SAVING CC2538_USE_ALTERNATE_INTERRUPT_MAP=1 FEATURE_GREEN_POWER FEATURE_ENHANCED_BEACON FEATURE_RESET_MACRO FEATURE_8MHZ_HYBRID_POWER_SAVING xNV_RESTORE
For FFD, MSA_FFD is defined, for RFD it is not.
Regards,
Toby