Infineon PSC3
Jump to navigation
Jump to search
The Infineon PSC3 are Cortex-M33 based MCUs.
Flash Banks
Internal Flash
| Flash Bank | Base address | Size | J-Link Support |
|---|---|---|---|
| FLASH_NS | 0x22000000 | Up to 512 KB | |
| FLASH_S | 0x32000000 | Up to 512 KB |
Watchdog Handling
- The device has a watchdog WDT.
- The watchdog reset is disabled when the debugger is connected.
Device Specific Handling
Connect
For connect J-Link implements a ConfigTargetSettings() which specifies the API map of the device. No other special handling is required.
Reset
The device uses custom reset. Reset is done by writing RES_SOFT_CTL.TRIGGER_SOFT. As a fallback reset via AIRCR.SYSRESETREQ is performed.