Tool/software: Code Composer Studio
I am working with CC2650MODA mounted on a custom board.
I thought following lines of code turns the RF core off so that it can save power
AdvertEnable = FALSE; GAPRole_SetParameter(GAPROLE_ADVERT_ENABLED, sizeof(uint8_t), &AdvertEnable);
but it turns out to turn the transmission off but not the RF core. (current draw remains the same.)
Where would I find an API for deactivating the RF core off and lessen the current draw?
