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.

CC2340R5: cc2340r5q1

Part Number: CC2340R5

Tool/software:

Hi 

I need support on Battery module. while battery initialization using Battery_Init() function, i want to know how to deinitialization after the initializations.

Battery_Init();
Batter_Volt = BatteryMonitor_getVoltage();

Thanks & Regards,

Manjunatha G N

  • Hi Manjunatha ,

    Can you please confirm which part number you're using?

    I see in title "CC2340R5: cc2340r5q1".. so is it CC2340R5 or cc2340r5q1?

    Inspecting the driver, there is no de-init function. Typical applications would leave the BatteryMonitor enabled, it should not cause much extra overhead with respect to processing or power consumption.

    If you do need to de-init, you can try the reverse steps of the init function.

    Thanks,
    Toby