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.

CCS: CCS prevents PC from Sleep Mode

Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

CCS V 8.2.0.00007, PC with Win 10

If CCS is running (with or without a connected board) the PC wakes up from sleep mode every 60 seconds.

After such a wake-up I found the following information in the PC's Command Prompt:

C:\WINDOWS\system32>powercfg -lastwake
Wake History Count - 1
Wake History [0]
Wake Source Count - 1
Wake Source [0]
Type: Wake Timer
Owner: [PROCESS] \Device\HarddiskVolume3\ti\ccsv8\eclipse\ccstudio.exe
Owner Supplied Reason: generic

C:\WINDOWS\system32>powercfg /waketimers
Timer set by [PROCESS] \Device\HarddiskVolume3\ti\ccsv8\eclipse\ccstudio.exe expires at 13:14:14 on 01-Dec-18.
Reason: generic

Timer set by [PROCESS] \Device\HarddiskVolume3\ti\ccsv8\eclipse\ccstudio.exe expires at 08:39:59 on 10-Oct-18.
Reason: generic

The second CCS timer is the one continuously waking up my PC. I didn't find anything in CCS preferences or help to avoid this behavior.

Is there any solution?