The effect of C9 capacitor on the power consumption of nRF52832 chip

We found that when testing the nRF52832 chip, if the C9 capacitor is empty, the chip broadcast power consumption increases from 20uA to 40uA, and the power consumption of the open serial port increases from 1.2mA to 12mA, but this does not happen on the nRf52810 chip. What is the reason for this difference?

Parents
  • Hi Roland,

    The nRF52810 has only one serial instance compared to the nRF52832 which has 2 serial instances, which means that in 52810 you cannot use TWIM and TWIS simultaneously. This could maybe be the reason for this, but I am not entirely sure. I can ask internally but kindly expect a delay as we are short staffed at the moment due to the vacation period. But this is the kind of anomaly that you observe is expected when not using the C9 capacitor as you make the system extra sensitive. This can also happen if you use the wrong value too. So I would advise you to use that.

    Best Regards,

    Priyanka

Reply
  • Hi Roland,

    The nRF52810 has only one serial instance compared to the nRF52832 which has 2 serial instances, which means that in 52810 you cannot use TWIM and TWIS simultaneously. This could maybe be the reason for this, but I am not entirely sure. I can ask internally but kindly expect a delay as we are short staffed at the moment due to the vacation period. But this is the kind of anomaly that you observe is expected when not using the C9 capacitor as you make the system extra sensitive. This can also happen if you use the wrong value too. So I would advise you to use that.

    Best Regards,

    Priyanka

Children
Related