8.7.8.46. GEL_LoadSecureDebugManager()ΒΆ

Loads the ARM Secure Debug Manager for authenticating a device using challenge vector signing.

Syntax

GEL_LoadSecureDebugManager()

Parameters

None.

Description

This function loads the Secure Debug Manager library for the current device and launches the authentication procedure that allows the user to authenticate a debug session by signing a challenge vector with security keys. It needs to be called after a connection with CS_DAP has been established. This function requires CCS user interface to complete the dialogs.

Synchronous

Synchronous from GEL: Yes

Completely synchronous: No

Example

GEL_LoadSecureDebugManager();

Related Topics

OnTargetConnect