diff --git a/docs/guides/README.md b/docs/guides/README.md
index f8991a5f21b074..a00cc83e280c91 100644
--- a/docs/guides/README.md
+++ b/docs/guides/README.md
@@ -24,7 +24,7 @@
- [Silicon Labs - Software Update](./silabs_efr32_software_update.md)
- [Silicon Labs - CLI Guide](./silabs_cli_guide.md)
- [STMicroelectronics (STM32)](./stm32_getting_started_guide.md)
-- [TI - Platform Overview](./ti/matter-users-guide/ti_matter_overview.md)
+- [TI - Platform Overview](./ti/ti_matter_overview.md)
- [Open IoT SDK - Platform Overview](./openiotsdk_platform_overview.md)
- [Open IoT SDK - Examples](./openiotsdk_examples.md)
- [Open IoT SDK - Unit Tests](./openiotsdk_unit_tests.md)
diff --git a/docs/guides/darwin.md b/docs/guides/darwin.md
index ed57f945342236..2a84067da92ed0 100644
--- a/docs/guides/darwin.md
+++ b/docs/guides/darwin.md
@@ -267,7 +267,7 @@ Example:
- [Silicon Labs](./silabs_getting_started.md)
- [Simulated Linux](./simulated_device_linux.md)
- [Telink](/examples/lighting-app/telink/README.md)
-- [TI Platform](./ti/matter-users-guide/ti_matter_overview.md)
+- [TI Platform](./ti/ti_matter_overview.md)
- [TI All Clusters](/examples/all-clusters-app/cc13x4_26x4/README.md)
- [Tizen](/examples/lighting-app/tizen/README.md)
diff --git a/docs/guides/index.md b/docs/guides/index.md
index fc277e624a141c..8f747ab27e684f 100644
--- a/docs/guides/index.md
+++ b/docs/guides/index.md
@@ -11,7 +11,7 @@ and features.
*
esp32/README
nxp/README
-ti/ti_platform_overview
+ti/ti_matter_overview
```
## Build Guides
@@ -40,7 +40,7 @@ ti/ti_platform_overview
- [Silicon Labs - Getting Started](./silabs_getting_started.md)
- [Silicon Labs - Software Update](./silabs_efr32_software_update.md)
- [Silicon Labs - CLI Guide](./silabs_cli_guide.md)
-- [TI - Platform Overview](./ti/matter-users-guide/ti_matter_overview.md)
+- [TI - Platform Overview](./ti/ti_matter_overview.md)
## Tool Guides
diff --git a/docs/guides/ti/matter-users-guide/ti_matter_overview.md b/docs/guides/ti/ti_matter_overview.md
similarity index 87%
rename from docs/guides/ti/matter-users-guide/ti_matter_overview.md
rename to docs/guides/ti/ti_matter_overview.md
index 07df751aa01427..f57b0a4d21c7a3 100644
--- a/docs/guides/ti/matter-users-guide/ti_matter_overview.md
+++ b/docs/guides/ti/ti_matter_overview.md
@@ -1,3 +1,10 @@
+```{toctree}
+:glob:
+:maxdepth: 2
+
+*
+```
+
# Texas Instruments platform overview
The Texas Instruments Matter platform is based on the TI SimpleLinkā¢ SDK.
@@ -6,7 +13,7 @@ The following diagram is a simplified representation of a Matter application
which is built on the TI Platform.
-
![](./.././../images/matter_ti_overview_simplified.png)
+
## Texas Instruments SimpleLink SDK
@@ -90,7 +97,7 @@ by the platform implementation files.
Below are several resources available for Matter development:
- [Matter Protocol Overview](https://handbook.buildwithmatter.com/howitworks/roles/)
-- [Matter Build Guide](../../BUILDING.md)
+- [Matter Build Guide](../BUILDING.md)
- [Matter over Thread Getting Started](https://dev.ti.com/tirex/explore/node?node=A__AciOYyNq9gli.nsvJzBtQg__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST)
- [TI Matter over Wi-Fi Getting Started](https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1122413/faq-cc3235sf-matter----getting-started-guide)
- [TI Matter Application Development](https://dev.ti.com/tirex/explore/node?node=A__AXNOPYikmtBCHJ-L6eRivA__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST)
@@ -103,10 +110,10 @@ Below are several resources available for Matter development:
Sample Matter applications are provided for the TI platform. These can be used
as reference for your own application.
-- [lock-app](../../../../examples/lock-app/cc13x4_26x4/README.md)
-- [pump-app](../../../../examples/pump-app/cc13x4_26x4/README.md)
-- [pump-controller-app](../../../../examples/pump-controller-app/cc13x4_26x4/README.md)
-- [lighting-app](../../../../examples/lighting-app/cc13x4_26x4/README.md)
+- [lock-app](../../../examples/lock-app/cc13x4_26x4/README.md)
+- [pump-app](../../../examples/pump-app/cc13x4_26x4/README.md)
+- [pump-controller-app](../../../examples/pump-controller-app/cc13x4_26x4/README.md)
+- [lighting-app](../../../examples/lighting-app/cc13x4_26x4/README.md)
### Build system
@@ -122,7 +129,7 @@ SimpleLink SDK.
For instructions on how to migrate the CC1354P10-6 examples to either the
CC2674P10 or the CC2674R10, please refer to the guide linked below.
-- [TI CC2674 Migration Guide](../matter-migration-guide/matter_cc2674_migration.md)
+- [TI CC2674 Migration Guide](./matter-migration-guide/matter_cc2674_migration.md)
@@ -131,7 +138,7 @@ CC2674P10 or the CC2674R10, please refer to the guide linked below.
For instructions on how to program custom factory data on TI devices, please
refer to the guide linked below.
-- [TI Factory Data User Guide](./ti_factory_data_user_guide.md)
+- [TI Factory Data User Guide](./matter-users-guide/ti_factory_data_user_guide.md)
@@ -140,7 +147,7 @@ refer to the guide linked below.
For instructions on how to use the Matter ICD feature on TI devices, please
refer to the guide linked below.
-- [Enabling ICD On TI Devices](./enabling_icd_on_ti_devices.md)
+- [Enabling ICD On TI Devices](./matter-users-guide/enabling_icd_on_ti_devices.md)
@@ -149,7 +156,7 @@ refer to the guide linked below.
For instructions on how to configure the OpenThread build configuration for a
Matter application, please refer to the guide linked below.
-- [OpenThread Library Configuration](./ti_openthread_library_usage.md)
+- [OpenThread Library Configuration](./matter-users-guide/ti_openthread_library_usage.md)
### TI Support
diff --git a/src/platform/cc13xx_26xx/nvocmp.c b/src/platform/cc13xx_26xx/nvocmp.c
index 22392cbd1bce3a..a77a28977601eb 100644
--- a/src/platform/cc13xx_26xx/nvocmp.c
+++ b/src/platform/cc13xx_26xx/nvocmp.c
@@ -196,11 +196,7 @@ Requires API's in a crc.h to implement CRC functionality.
#ifndef NV_LINUX
#include
-/* CC23X0 and CC27XX does not support GPRAM,
- * so VIMS access is not needed */
-#if !defined(DeviceFamily_CC23X0R5) && !defined(DeviceFamily_CC23X0R2) && !defined(DeviceFamily_CC27XX)
-#include DeviceFamily_constructPath(driverlib / vims.h)
-#endif
+#include
#ifdef NVOCMP_MIN_VDD_FLASH_MV
#include