TI CC2745: Difference between revisions

From SEGGER Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:
}}
}}
<references />
<references />
Option bytes programming on STM32H5 series of devices is supported at the moment only for PRODUCT_STATE bit-fields of FLASH_OPTSR register and TZEN of FLASH_OPTSR2. These registers are used for device life-cycle management. SEGGER supports STM32H5 life-cycle management via dedicated utility Device Provisioner. It supports the following features: product state change, provisioning of keys required for debug authentication, device regression(unlock and full-chip erase). Device life-cycle management with TrustZone disabled is currently supported. More details about STM32H5 life-cycle management and provisioning please refer to: STM32H5 Security Product Lifecycle.


==Device Specific Handling==
==Device Specific Handling==

Revision as of 16:45, 8 October 2024

Flash Banks

CC2745R10 PG2.0

Flash Bank Base address J-Link Support Loader
Name Size
Program flash 0x00000000 YES.png Default 896 KB
HSM flash [1] 0x000E0000 YES.png Default 128 KB
CCFG flash 0x00000000 YES.png Default 8 KB
SCFG flash 0x00000000 YES.png Default 4 KB
  1. Supported via SEGGER Device Provisioner, only. For further information, please refer to CC2745 HSM Programming

Device Specific Handling

Connect

A device specific connect sequence is executed which supports:

  • Connecting to a device with invalid configuration (e.g. CCFG, SCFG or program flash empty). In this case, a default configuration will be programmed as part of the connect.
  • Connecting to a device with valid configuration (CCFG, SCFG and program flash are flash).

As part of the connect sequence, the J-Link determines the silicon revision

Reset

The device uses custom reset which performs a reset via the SACI interface:

  • In case of a valid application is programmed, the MCU will be halted on the reset vector (application entry point).
  • In case of no valid application is programmed, the MCU will be halted in a so called debug loop

Disconnect

xxx

Limitations

Flasher Stand-Alone Mode

Supported since software version V7.96n.

Attach

Attach is supported by the J-Link if not excluded by the current CCFG (e.g. debug disabled after POR / authentication enabled).

Security

Connecting to a locked device / password authentication is not supported yet.

Flash Breakpoints

Not supported because re-programming specific sectors is not possible (technical limitation of the device)

Evaluation Boards

Example Application