Other Parts Discussed in Thread: SYSCONFIG, , MSPM0-SDK, OPT3001, HDC2010
Sir,
delay function is not working. please review the code bellow.
Sir,
delay function is not working. please review the code bellow.
Since you are using the driverlib delay cycles function, it should be tested.
I have tried delay function from my side, it works well.
CCS Version: 20.4.0.13__1.10.0
Compiler TI Clang 4.0.4
SDK 2.8.0.3
Sysconfig 1.25.0
Right click the project - properties - product page.
Please refer to the demo code I uploaded.
I tested it, works well.
We are not able to verify Sysconfig 1.25.0??
Not really get your point, but delay cycles shouldn't related to syscfg, so there is no necessary to check its version in priority.
Using this kind of while(flag) logic, when it not works, please try to add below parameter:
volatile bool DELAY = true;
I am not sure, please try to add a nop betweem if/else and delay_cycles as below:
if(flag) {
__NOP();
delay_cycles(1);
}
else {
__NOP();
delay_cycles(1);
}
And test it again.
Need try this kind of declaration:
volatile bool DELAY = true;
One shot timer should work, I test it before.
And this, there maybe compiler issue when a if following a while, need to add an additional nop.
while(flag) {
__NOP();
if(flag) {
__NOP();
delay_cycles(1);
}
else {
__NOP();
delay_cycles(1);
}
}Hi
Please let us know this will work or not in case of delay!
delay_cycles(12000000*4);
Also please let us know which example code we shall reffer for the I2C Communication with sensor.
We have stopped the open exmples project due to .log error file given bellow Please guide !
!SESSION 2025-12-26 17:11:35.796 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-26 17:11:37.801
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: c6006e3a-7ea0-45f4-887e-8aa7928ddfdd (server v20.3.0.202507301956)
!ENTRY com.ti.ccs.core 1 0 2025-12-26 18:20:03.683
!MESSAGE [ccs.trace] CCSServer> shutting down...
!ENTRY com.ti.ccs.core 1 0 2025-12-26 18:20:03.697
!MESSAGE [ccs.trace] CCSServer> closing pipes...
!ENTRY com.ti.ccs.core 1 0 2025-12-26 18:20:03.705
!MESSAGE [ccs.trace] CCSServer> shutdown complete
!SESSION 2025-12-27 10:23:12.269 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-27 10:23:14.254
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: af701914-b238-4651-a5fe-8f3a57c8ad8c (server v20.3.0.202507301956)
!ENTRY com.ti.ccs.core 1 0 2025-12-27 18:20:31.985
!MESSAGE [ccs.trace] CCSServer> shutting down...
!ENTRY com.ti.ccs.core 1 0 2025-12-27 18:20:32.026
!MESSAGE [ccs.trace] CCSServer> closing pipes...
!ENTRY com.ti.ccs.core 1 0 2025-12-27 18:20:32.033
!MESSAGE [ccs.trace] CCSServer> shutdown complete
!SESSION 2025-12-29 14:26:09.845 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-29 14:26:11.845
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: 9acdcbc1-3911-4718-ad29-b0c3a81570fa (server v20.3.0.202507301956)
!ENTRY com.ti.ccs.core 1 0 2025-12-29 14:31:28.331
!MESSAGE [ccs.trace] CCSServer> shutting down...
!ENTRY com.ti.ccs.core 1 0 2025-12-29 14:31:28.349
!MESSAGE [ccs.trace] CCSServer> closing pipes...
!ENTRY com.ti.ccs.core 1 0 2025-12-29 14:31:28.356
!MESSAGE [ccs.trace] CCSServer> shutdown complete
!SESSION 2025-12-29 14:32:19.178 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-29 14:32:20.004
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: b417176e-0b6a-4668-b4a2-316bac1ba484 (server v20.3.0.202507301956)
!ENTRY com.ti.ccs.core 1 0 2025-12-29 18:10:32.398
!MESSAGE [ccs.trace] CCSServer> shutting down...
!ENTRY com.ti.ccs.core 1 0 2025-12-29 18:10:32.431
!MESSAGE [ccs.trace] CCSServer> closing pipes...
!ENTRY com.ti.ccs.core 1 0 2025-12-29 18:10:32.442
!MESSAGE [ccs.trace] CCSServer> shutdown complete
!SESSION 2025-12-30 10:34:39.301 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\Users\ieple\workspace_ccstheia;d:\Projects\light control\software\working_Project 24-12-25 -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-30 10:34:41.326
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: a15d7b73-bd35-4ebb-ae08-aff923cbf409 (server v20.3.0.202507301956)
!ENTRY com.ti.ccs.server 4 0 2025-12-30 10:38:15.665
!MESSAGE An internal error was logged by 'com.ti.ccs.server'.
!STACK 0
java.nio.file.InvalidPathException: Illegal char <:> at index 82: c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\adc12_single_conversion_LP_MSPM0C1104_nortos_ticlang
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.<init>(WorkspaceSynchronizer.java:116)
at com.ti.ccs.server.core.WorkspaceSynchronizer.setWorkspaceFolderLocations(WorkspaceSynchronizer.java:475)
at com.ti.ccs.server.handlers.WorkspaceResourceHandler.cmd_desktop_setWorkspaceFolders(WorkspaceResourceHandler.java:211)
at com.ti.ccs.server.handlers.WorkspaceResourceHandler$1.handle(WorkspaceResourceHandler.java:123)
at com.ti.ccs.server.events.IServerRequestHandler$Impl.handle(IServerRequestHandler.java:34)
at com.ti.ccs.server.CCSServer$RequestHandlerJob.run(CCSServer.java:176)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY com.ti.ccs.server 4 0 2025-12-30 10:43:23.947
!MESSAGE An internal error was logged by 'com.ti.ccs.server'.
!STACK 0
java.lang.NullPointerException: Cannot invoke "com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.dispose()" because the return value of "java.util.Map.get(Object)" is null
at com.ti.ccs.server.core.WorkspaceSynchronizer.setWorkspaceFolderLocations(WorkspaceSynchronizer.java:469)
at com.ti.ccs.server.handlers.WorkspaceResourceHandler.cmd_desktop_setWorkspaceFolders(WorkspaceResourceHandler.java:211)
at com.ti.ccs.server.handlers.WorkspaceResourceHandler$1.handle(WorkspaceResourceHandler.java:123)
at com.ti.ccs.server.events.IServerRequestHandler$Impl.handle(IServerRequestHandler.java:34)
at com.ti.ccs.server.CCSServer$RequestHandlerJob.run(CCSServer.java:176)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY com.ti.ccs.core 1 0 2025-12-30 10:51:53.880
!MESSAGE [ccs.trace] CCSServer> shutting down...
!ENTRY com.ti.ccs.core 1 0 2025-12-30 10:51:53.888
!MESSAGE [ccs.trace] CCSServer> closing pipes...
!ENTRY com.ti.ccs.core 1 0 2025-12-30 10:51:53.896
!MESSAGE [ccs.trace] CCSServer> shutdown complete
!SESSION 2025-12-30 14:26:21.118 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths -ccs.defaultImportDestinationPath c:\Users\ieple\workspace_ccstheia -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-30 14:26:22.958
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: 7212ea96-b259-43d3-9d5d-599b4b0dd007 (server v20.3.0.202507301956)
!ENTRY com.ti.ccs.server 4 0 2025-12-30 16:00:19.090
!MESSAGE An internal error was logged by 'com.ti.ccs.server'.
!STACK 0
java.nio.file.InvalidPathException: Illegal char <:> at index 82: c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT%20-%20working_Project%2029-12-25
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.<init>(WorkspaceSynchronizer.java:116)
at com.ti.ccs.server.core.WorkspaceSynchronizer.setWorkspaceFolderLocations(WorkspaceSynchronizer.java:475)
at com.ti.ccs.server.handlers.WorkspaceResourceHandler.cmd_desktop_setWorkspaceFolders(WorkspaceResourceHandler.java:211)
at com.ti.ccs.server.handlers.WorkspaceResourceHandler$1.handle(WorkspaceResourceHandler.java:123)
at com.ti.ccs.server.events.IServerRequestHandler$Impl.handle(IServerRequestHandler.java:34)
at com.ti.ccs.server.CCSServer$RequestHandlerJob.run(CCSServer.java:176)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY com.ti.ccs.server 4 0 2025-12-30 16:02:29.914
!MESSAGE An internal error was logged by 'com.ti.ccs.server'.
!STACK 0
java.nio.file.InvalidPathException: Illegal char <:> at index 82: c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.<init>(WorkspaceSynchronizer.java:116)
at com.ti.ccs.server.core.WorkspaceSynchronizer.setWorkspaceFolderLocations(WorkspaceSynchronizer.java:475)
at com.ti.ccs.server.handlers.WorkspaceResourceHandler.cmd_desktop_setWorkspaceFolders(WorkspaceResourceHandler.java:211)
at com.ti.ccs.server.handlers.WorkspaceResourceHandler$1.handle(WorkspaceResourceHandler.java:123)
at com.ti.ccs.server.events.IServerRequestHandler$Impl.handle(IServerRequestHandler.java:34)
at com.ti.ccs.server.CCSServer$RequestHandlerJob.run(CCSServer.java:176)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!ENTRY com.ti.ccs.core 1 0 2025-12-30 16:24:38.239
!MESSAGE [ccs.trace] CCSServer> shutting down...
!ENTRY com.ti.ccs.core 1 0 2025-12-30 16:24:38.252
!MESSAGE [ccs.trace] CCSServer> closing pipes...
!ENTRY com.ti.ccs.core 1 0 2025-12-30 16:24:38.262
!MESSAGE [ccs.trace] CCSServer> shutdown complete
!SESSION 2025-12-30 16:25:02.490 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-30 16:25:03.249
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: f974c7fe-f0e5-477b-b743-2c2e4811f7a0 (server v20.3.0.202507301956)
!ENTRY org.eclipse.osgi 4 0 2025-12-30 16:25:04.929
!MESSAGE Application error
!STACK 1
java.nio.file.InvalidPathException: Illegal char <:> at index 82: c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.<init>(WorkspaceSynchronizer.java:116)
at com.ti.ccs.server.core.WorkspaceSynchronizer.initialize(WorkspaceSynchronizer.java:368)
at com.ti.ccs.server.CCSServer.startUp(CCSServer.java:410)
at com.ti.ccs.server.CCSServer.start(CCSServer.java:289)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
!ENTRY org.eclipse.core.jobs 2 2 2025-12-30 16:25:15.329
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob
!SESSION 2025-12-31 14:22:39.903 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-31 14:22:41.914
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: a706a9d1-5254-466e-8e34-d2a09370c7c7 (server v20.3.0.202507301956)
!ENTRY org.eclipse.osgi 4 0 2025-12-31 14:22:45.628
!MESSAGE Application error
!STACK 1
java.nio.file.InvalidPathException: Illegal char <:> at index 82: c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.<init>(WorkspaceSynchronizer.java:116)
at com.ti.ccs.server.core.WorkspaceSynchronizer.initialize(WorkspaceSynchronizer.java:368)
at com.ti.ccs.server.CCSServer.startUp(CCSServer.java:410)
at com.ti.ccs.server.CCSServer.start(CCSServer.java:289)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
!ENTRY org.eclipse.core.jobs 2 2 2025-12-31 14:22:56.034
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob
!SESSION 2025-12-31 14:29:09.936 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-31 14:29:10.683
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: ef101817-621a-4613-85e7-f526c9cc532a (server v20.3.0.202507301956)
!ENTRY org.eclipse.osgi 4 0 2025-12-31 14:29:12.310
!MESSAGE Application error
!STACK 1
java.nio.file.InvalidPathException: Illegal char <:> at index 82: c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.<init>(WorkspaceSynchronizer.java:116)
at com.ti.ccs.server.core.WorkspaceSynchronizer.initialize(WorkspaceSynchronizer.java:368)
at com.ti.ccs.server.CCSServer.startUp(CCSServer.java:410)
at com.ti.ccs.server.CCSServer.start(CCSServer.java:289)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
!ENTRY org.eclipse.core.jobs 2 2 2025-12-31 14:29:22.725
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob
!SESSION 2025-12-31 14:45:11.841 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-31 14:45:13.489
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: 6d86952a-c29c-4826-8cc3-da7b0f4fe51e (server v20.3.0.202507301956)
!ENTRY org.eclipse.osgi 4 0 2025-12-31 14:45:17.020
!MESSAGE Application error
!STACK 1
java.nio.file.InvalidPathException: Illegal char <:> at index 82: c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.<init>(WorkspaceSynchronizer.java:116)
at com.ti.ccs.server.core.WorkspaceSynchronizer.initialize(WorkspaceSynchronizer.java:368)
at com.ti.ccs.server.CCSServer.startUp(CCSServer.java:410)
at com.ti.ccs.server.CCSServer.start(CCSServer.java:289)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
!ENTRY org.eclipse.core.jobs 2 2 2025-12-31 14:45:27.451
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob
!SESSION 2025-12-31 14:46:13.942 -----------------------------------------------
eclipse.buildId=unknown
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Framework arguments: -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
Command-line arguments: -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccs2031\ccs\eclipse\ccs.preferences.ini -data C:\Users\ieple\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\eda9c78bd2b2f89a712f16a4c81af0f6 -ccs.socketPath \\.\pipe\eda9c78bd2b2f89a712f16a4c81af0f6.sock -ccs.workspaceFolderPaths c:\ti\1108.empty_LP_MSPM0C1104_nortos_ticlang\empty_LP_MSPM0C1104_nortos_ticlang;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25;c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project;\\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\working_Project -ccs.defaultImportDestinationPath c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25 -ccs.buildSecurityPolicy level:desktop
!ENTRY com.ti.ccs.core 1 0 2025-12-31 14:46:14.791
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: e134fdac-0845-4f37-bfb8-d620266b5b07 (server v20.3.0.202507301956)
!ENTRY org.eclipse.osgi 4 0 2025-12-31 14:46:16.479
!MESSAGE Application error
!STACK 1
java.nio.file.InvalidPathException: Illegal char <:> at index 82: c:\Users\ieple\AppData\Local\Texas Instruments\CCS\ccs2031\0\theia\workspaces\file:\mukesh-iepl\EMB_LUM\Shweta\TI\Projectsss\WWDT - working_Project 29-12-25
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPath.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.base/java.nio.file.Path.of(Unknown Source)
at java.base/java.nio.file.Paths.get(Unknown Source)
at com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob.<init>(WorkspaceSynchronizer.java:116)
at com.ti.ccs.server.core.WorkspaceSynchronizer.initialize(WorkspaceSynchronizer.java:368)
at com.ti.ccs.server.CCSServer.startUp(CCSServer.java:410)
at com.ti.ccs.server.CCSServer.start(CCSServer.java:289)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
!ENTRY org.eclipse.core.jobs 2 2 2025-12-31 14:46:26.867
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.ti.ccs.server.core.WorkspaceSynchronizer$WorkspaceFolderWatcherJob
Hi, seema Joshi
This seems like a CCS error.
Please try below common steps to fix the issue:
1. delete all temp file that shown in error log, and try again.
2. re-install CCS, start using a demo code from MSPM0 SDK to check whether it works or not based on default CCS and project from SDK.
3. Since this is a CCS issue, if error still there, please try to submit a new ticket to CCS E2E platform: Code Composer Studio forum
I am from the MSPM0 device support team, limited support for CCS cloud error.
started ok thanks!
Also please let us know which example code we shall reffer for the I2C Communication with sensor.
This is made for another TI sensor test board, you can refer to this.
For official demo code from MSPM0-SDK, you can refer to:
C:\ti\mspm0_sdk_2_09_00_01\examples\nortos\LP_MSPM0C1104\driverlib\i2c_controller_rw_multibyte_fifo_interrupts
Sry We need to write status check & write as well with sensor accordingly shall we reffer the "I2C sensor to UART" code??
Just start write your own code base on BOOSTXL_BASSENSORS_G3507 or MSPM0-SDK demo.
You can check whether this meet your requirement or not by yourself.
Please ask more detailed questions, rather than open-ended ones. Thank you.
You can use GPIO's read pin function to polling the input IO.
And you can use VS code to open folder to check every DL lib API:
C:\ti\mspm0_sdk_2_09_00_01\source\ti\driverlib
You can find peripheral's demo code from this folder:
C:\ti\mspm0_sdk_2_09_00_01\examples\nortos\LP_MSPM0C1104\driverlib
And if you have new question, please submit a new E2E ticket.
Each E2E ticket is best to discuss only one series of questions.
Thanks.
During I2c debug we found that code gets stuck at function Get controller status for DL_I2C _Controller_Status _busy _bus .
Please communicate to resolve
#include "ti_msp_dl_config.h"
#include <stdio.h>
#include <string.h>
/* Number of bytes to write to target for configuration. */
#define I2C_TX_PACKET_SIZE_CONFIGURATION_PIR (2)
//#define I2C_TX_PACKET_SIZE_CONFIGURATION_OPT (3)
/* Number of bytes to write for measurement reading. */
#define I2C_TX_PACKET_SIZE_READING (1)
/*
* Number of bytes to receive from target.
* Two bytes of result from HDC2010 and OPT3001.
*/
#define I2C_RX_PACKET_SIZE (2)
/* I2C Target address */
#define I2C_TARGET_ADDRESS_PIR (0x49)
//#define I2C_TARGET_ADDRESS_OPT3001 (0x44)
/* Measurement configuration code */
uint8_t gTxPacketConfigurationPIR[I2C_TX_PACKET_SIZE_CONFIGURATION_PIR] = {0x00, 0x01, 0x07,0x0A,0x01,0x01};
//uint8_t gTxPacketConfigurationOPT[I2C_TX_PACKET_SIZE_CONFIGURATION_OPT] = {0x01, 0xC4, 0x10};
/* Data sent to the Target - measurement result registers*/
uint8_t gTxstatus[I2C_TX_PACKET_SIZE_READING] = {0x00};
//uint8_t gTxPacketHumidityMeasurement[I2C_TX_PACKET_SIZE_READING] = {0x02};
//uint8_t gTxPacketLightMeasurement[I2C_TX_PACKET_SIZE_READING] = {0x00};
/* Data received from Target */
volatile uint8_t gRxPacket[I2C_RX_PACKET_SIZE];
uint16_t gStatus;
char gBuffer[64];
// uint8_t gExponent;
// uint32_t gResult;
// uint16_t gHumidity;
// uint8_t gHumidityRH;
// uint16_t gLightLux;
// uint16_t gTemperature;
// float gTemperatureCelsius;
// uint8_t gTemperatureCelsiusInt;
// uint8_t gTemperatureCelsiusFraction;
// uint8_t gValue;
// char gBuffer[64];
// uint8_t gSecDelay = 10; // delay 30s default
/* Functions */
void configureTarget(const uint8_t *gBuffer, uint16_t count, uint8_t target_addr);
void getMeasurementFromTarget(const uint8_t *gBuffer, uint8_t target_addr);
void setMeasurementConfigurationsForSensors();
void getstatus();
volatile bool pirIntFlag = false ;
// float HDC2010_tempToFloatCelsius(uint16_t raw);
// uint32_t HDC2010_humToIntRelative(uint16_t x);
// void uartTransmit(const char *str);
// void takeMeasurements();
// void sendToUARTReceiver();
void GROUP0_IRQHandler(void)
{
if (DL_GPIO_getEnabledInterruptStatus(GPIO_GRP_0_PORT,
GPIO_GRP_0_PIN_0_IOMUX))
{
DL_GPIO_clearInterruptStatus(GPIO_GRP_0_PORT, GPIO_GRP_0_PIN_0_IOMUX);
pirIntFlag = true;
}
}
int main(void)
{
SYSCFG_DL_init();
/* Set LED to indicate start of transfer */
//DL_GPIO_clearPins(GPIO_LEDS_PORT, GPIO_LEDS_USER_LED_1_PIN);
setMeasurementConfigurationsForSensors();
while (1)
{
if (DL_GPIO_getEnabledInterruptStatus(GPIO_GRP_0_PORT,
GPIO_GRP_0_PIN_0_IOMUX))
{
DL_GPIO_clearInterruptStatus(GPIO_GRP_0_PORT, GPIO_GRP_0_PIN_0_PIN);
pirIntFlag = true;
getstatus();
}
delay_cycles(24000);
}
}
/*
* ======== uartPrint ========
* Transmit string via UART.
*/
// void uartTransmit(const char *str)
// {
// while(*str)
// {
// DL_UART_transmitDataBlocking(UART_0_INST, *str++);
// }
// }
/*
* ======== HDC2010_humToIntRelative ========
* Convert raw humidity register value to the relative humidity rounded
* to the nearest whole number; a range of 0 to 100.
*/
// uint32_t HDC2010_humToIntRelative(uint16_t raw)
// {
// /* round relative humidity to nearest whole number */
// return ((25 * (uint32_t)raw + 0x2000) >> 14);
// }
// /*
// * ======== HDC2010_tempToFloatCelsius ========
// * Convert temperature to celsius.
// */
// float HDC2010_tempToFloatCelsius(uint16_t x)
// {
// return ((float)x * (165.0f / 65536.0f) - 40.0f);
// }
/*
* ======== configureTarget ========
* Send configuration code to target.
*/
void configureTarget(const uint8_t *gBuffer, uint16_t count, uint8_t target_addr)
{
/* Fill FIFO with data to write configuration code */
DL_I2C_fillControllerTXFIFO(I2C_0_INST, gBuffer, count);
/* Wait for I2C to be Idle */
while (!(
DL_I2C_getControllerStatus(I2C_0_INST) & DL_I2C_CONTROLLER_STATUS_IDLE));
/* Send the packet to the Target to configure.
* This function will send Start + Stop automatically.
*/
DL_I2C_startControllerTransfer(I2C_0_INST, target_addr,
DL_I2C_CONTROLLER_DIRECTION_TX, count);
}
void getMeasurementFromTarget(const uint8_t *gBuffer, uint8_t target_addr)
{
/* Fill FIFO with data to read measurement */
DL_I2C_fillControllerTXFIFO(I2C_0_INST, gBuffer,
I2C_TX_PACKET_SIZE_READING);
/* Wait for I2C to be Idle */
while (!(
DL_I2C_getControllerStatus(I2C_0_INST) & DL_I2C_CONTROLLER_STATUS_IDLE))
;
/* Send the packet to the Target.
* This function will send Start + Stop automatically.
*/
DL_I2C_startControllerTransfer(I2C_0_INST, target_addr,
DL_I2C_CONTROLLER_DIRECTION_TX, I2C_TX_PACKET_SIZE_READING);
/* Poll until the Controller writes all bytes */
while (DL_I2C_getControllerStatus(I2C_0_INST) &
DL_I2C_CONTROLLER_STATUS_BUSY_BUS)
;
/* Trap if there was an error */
if (DL_I2C_getControllerStatus(I2C_0_INST) &
DL_I2C_CONTROLLER_STATUS_ERROR) {
/* LED will remain high if there is an error */
//DL_GPIO_clearPins(GPIO_LEDS_PORT, GPIO_LEDS_USER_LED_1_PIN);
__BKPT(0);
}
/* Add delay between transfers */
delay_cycles(1200);
/* Wait for I2C to be Idle */
while (!(
DL_I2C_getControllerStatus(I2C_0_INST) & DL_I2C_CONTROLLER_STATUS_IDLE))
;
/* Send a read request to Target */
DL_I2C_startControllerTransfer(I2C_0_INST, target_addr,
DL_I2C_CONTROLLER_DIRECTION_RX, I2C_RX_PACKET_SIZE);
/*
* Receive all bytes from target. LED will remain high if not all bytes
* are received
*/
//DL_GPIO_clearPins(GPIO_LEDS_PORT, GPIO_LEDS_USER_LED_1_PIN);
for (uint8_t i = 0; i < I2C_RX_PACKET_SIZE; i++) {
while (DL_I2C_isControllerRXFIFOEmpty(I2C_0_INST))
;
gRxPacket[i] = DL_I2C_receiveControllerData(I2C_0_INST);
}
}
void setMeasurementConfigurationsForSensors()
{
/* Measurement configuration for PIR Murata Sensor */
configureTarget(&gTxPacketConfigurationPIR[0],
I2C_TX_PACKET_SIZE_CONFIGURATION_PIR, I2C_TARGET_ADDRESS_PIR);
delay_cycles(4800);
// /* Measurement configuration for HDC2010 */
// configureTarget(&gTxPacketConfigurationHDC[0],
// I2C_TX_PACKET_SIZE_CONFIGURATION_HDC, I2C_TARGET_ADDRESS_HDC2010);
// delay_cycles(4800);
// /* Measurement configuration for OPT3001 */
// configureTarget(&gTxPacketConfigurationOPT[0],
// I2C_TX_PACKET_SIZE_CONFIGURATION_OPT, I2C_TARGET_ADDRESS_OPT3001);
// delay_cycles(4800);
}
void getstatus()
{
getMeasurementFromTarget(&gTxstatus[0], I2C_TARGET_ADDRESS_PIR);
gStatus = (gRxPacket[1] << 8) | gRxPacket[0];
delay_cycles(100);
}
Hi,
Let me mention again:
And if you have new question, please submit a new E2E ticket.
Each E2E ticket is best to discuss only one series of questions.
During I2c debug we found that code gets stuck at function Get controller status for DL_I2C _Controller_Status _busy _bus .
If need to debug I2C, it's better to debug it with logic analyzer, you need to monitor I2C bus status, not only based on I2C controller registers.
Please communicate to resolve
E2E is not design for directly review software code, you can use it to discuss technical question.