Secure debug configuration (optional)
The BootROM on the PSOC™ Edge can temporarily disable access to the core's AP. This
behavior is determined by the security policy during device provisioning. However,
access can be re-enabled using a debug certificate. If a debugger identifies that the AP
is disabled, it will upload and verify the certificate found in the
"packets/debug_token.bin" file within the current project folder. You can provide a
non-default path to the certificate in the debug macro by using the --macro_param
option.
Select the secure CM33 project, open Options dialog, and go to the
Debugger
category.
Select the
Extra Options
tab and the
Use command line options
check box.
Paste the following command-line parameter, specifying the actual path to the certificate.
--macro_param debug_cert_file="c:/alt_path/alt_debug_token.bin"

Click
OK
to close the Options dialog.
Perform the same modifications for non-secure CM33 and CM55 projects.