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.

  1. Select the secure CM33 project, open Options dialog, and go to the

    Debugger

    category.

  2. Select the

    Extra Options

    tab and the

    Use command line options

    check box.

  3. 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"



  4. Click

    OK

    to close the Options dialog.

  5. Perform the same modifications for non-secure CM33 and CM55 projects.