Hello all,
In a current project working with both msp340 and cc2540 ble, wanting to get the lowest possible power consumption. the msp340 will be in charge of most of the operation and leaving the 8051 only to hable the ble,
Still the ble acts as a simple peripheral project, needing it to be connectable in all times. last time I checked the power consumption was around 8ma (!!!),
does enabling the power modes in the pre-processor configuration is enough for the simple peripheral project? keeping in mind it still has a periodic event going every couple of milliseconds.