Datasheet

Table Of Contents
2.20.2. List of Registers
The sysinfo registers start at a base address of 0x40000000 (defined as SYSINFO_BASE in SDK).
Table 359. List of
SYSINFO registers
Offset Name Info
0x00 CHIP_ID JEDEC JEP-106 compliant chip identifier.
0x04 PLATFORM Platform register. Allows software to know what environment it
is running in.
0x40 GITREF_RP2040 Git hash of the chip source. Used to identify chip version.
SYSINFO: CHIP_ID Register
Offset: 0x00
Description
JEDEC JEP-106 compliant chip identifier.
Table 360. CHIP_ID
Register
Bits Name Description Type Reset
31:28 REVISION RO -
27:12 PART RO -
11:0 MANUFACTURER RO -
SYSINFO: PLATFORM Register
Offset: 0x04
Description
Platform register. Allows software to know what environment it is running in.
Table 361. PLATFORM
Register
Bits Name Description Type Reset
31:2 Reserved. - - -
1 ASIC RO 0x0
0 FPGA RO 0x0
SYSINFO: GITREF_RP2040 Register
Offset: 0x40
Table 362.
GITREF_RP2040
Register
Bits Description Type Reset
31:0 Git hash of the chip source. Used to identify chip version. RO -
2.21. Syscfg
2.21.1. Overview
The system config block controls miscellaneous chip settings including:
NMI (Non-Maskable-Interrupt) mask to pick sources that generate the NMI
Processor config
RP2040 Datasheet
2.21. Syscfg 325