Infineon PSC3 (P6, M6)

From SEGGER Knowledge Base
Jump to navigation Jump to search

The Infineon PSC3M6/PSC3P6 are Cortex-M33-based microcontrollers suitable for a wide range of secure applications.

Flash Banks

PSC3M6F, PSC3P6F

Flash bank Base address J-Link support Flasher support Loader
Name Bank size
FLASH_NS [1] 0x22000000 YES.png YES.png Default 256 KB
FLASH_S [2] 0x32000000 YES.png YES.png Default 256 KB
FLASH_DBM1_NS [2] 0x22800000 YES.png YES.png Default 128 KB
FLASH_DBM1_S [2] 0x32800000 YES.png YES.png Default 128 KB
  1. ↑ Enabled by default
  2. ↑ 2.0 2.1 2.2 Disabled by default

PSC3M6G, PSC3P6G

Flash bank Base address J-Link support Flasher support Loader
Name Bank size
FLASH_NS [1] 0x22000000 YES.png YES.png Default 512 KB
FLASH_S [2] 0x32000000 YES.png YES.png Default 512 KB
FLASH_DBM1_NS [2] 0x22800000 YES.png YES.png Default 256 KB
FLASH_DBM1_S [2] 0x32800000 YES.png YES.png Default 256 KB
  1. ↑ Enabled by default
  2. ↑ 2.0 2.1 2.2 Disabled by default

Dual Bank Mode

  • The devices can be configured to operate in either single-bank or dual-bank mode.
  • For PSC3M6G, PSC3P6G devices, the 256 KB flash memory is split into two 128 KB banks in dual-bank mode.
  • For PSC3M6F, PSC3P6F devices, the 512 KB flash memory is split into two 256 KB banks in dual-bank mode.
  • When dual-bank mode is enabled, make sure to also enable the corresponding FLASH_DBM1_NS or FLASH_DBM1_S FlashBank.
  • The alternate bank is accessible at 0x22800000 through the non-secure alias and at 0x32800000 through the secure alias.

Flash Layout

PSC3M6G, PSC3P6G

Mode Start address Size Description
Dual-bank mode 0x22000000 128 KB Main bank
0x22800000 128 KB Alternate bank
Single-bank mode 0x22000000 256 KB Single bank

PSC3M6F, PSC3P6F

Mode Start address Size Description
Dual-bank mode 0x22000000 256 KB Main bank
0x22800000 256 KB Alternate bank
Single-bank mode 0x22000000 512 KB Single bank

Secure Debug

J-Link supports secure debug through Cortex-M33 (CM33) access port authentication. For more information, refer to Infineon PSC3 Secure Debug.

Watchdog Handling

  • The device has a watchdog WDT.
  • The watchdog reset is disabled when the debugger is connected.

Device Specific Handling

Connect

  • If a normal connect attempt fails, J-Link connects using Test Mode Acquisition sequence, see Test Mode Acquisition

Reset

  • The device uses custom reset: Hardware pin reset, RESET(15) must be connected to function.

Attach

  • Attach is supported

Test Mode Acquisition

If DAP is not accessible, it is possible that the users firmware reconfigured the debug pins to be used as GPIO or disabled the debug port. In this case, J-Link tries to connect to the device in Test mode (TM).

Evaluation Boards

Example Application

Tracing

This section will provide an overview of the available trace types on this device.

Off-chip trace

This device supports so-called off-chip tracing via TPIU.

For this device this feature works out-of-the-box. Simply select trace pins as the trace source in your IDE or debug software and you should see trace data recordings when running and halting your application.

Example projects