TI CC2745: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
}} | }} | ||
<references /> | <references /> | ||
==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 | ![]() |
Default | 896 KB |
HSM flash [1] | 0x000E0000 | ![]() |
Default | 128 KB |
CCFG flash | 0x00000000 | ![]() |
Default | 8 KB |
SCFG flash | 0x00000000 | ![]() |
Default | 4 KB |
- ↑ 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)