SPRUIV7C May 2022 – November 2025 AM620-Q1 , AM623 , AM625 , AM625-Q1 , AM625SIP
The ROM code uses several global memory addresses that are useful for debugging. They are shown in Table 5-65.
| Group | Address | Size (bytes) | Content |
|---|---|---|---|
| SMS0_HSM_SRAM0_0 | 0x43c00000 | 0x3e000 | Loadable memory space for SBL |
| Warning/Error logs | 0x43c3e480 | 0x200 | Warning Entries |
| Warning/Error logs | 0x43c3e680 | 0x200 | Severe Entries |
| Warning/Error logs | 0x43c3e880 | 0x100 | Critical Entries |
| Warning/Error logs | 0x43c3eb80 | 0x14 | Circular message buffer |
| Warning/Error logs | 0x43c3eb98 | 0x50 | Boot log context |
| Trace | 0x43c3ebe8 | 0x18 | Boot trace context |
| Trace | 0x43c3ec00 | 0x400 | Boot trace entry buffers |
| Parameter tables | 0x43c3f290 | 0x4 | Parameter tables index for R5 bootloader |
| Parameter tables | 0x43c3f298 | 0x400 | Boot Parameter table for R5 bootloader |
| Parameter tables | 0x43c3f1e0 | 0xb0 | Extended boot data for R5 bootloader |
The ROM code version information is a structure shown in Table 5-66
| Field | Address | Size (bytes) | Value for PG1 |
|---|---|---|---|
| Version Number | 0x4182_FF80 | 0x4 | 0x00010001 (1.0.1) |
| Version Date | 0x4182_FF84 | 0x8 | "10/26/21" |
| Device Name | 0x4182_FF8C | 0xC | "am62x" |
| Commit ID | 0x4182_FF98 | 0x28 | "5a76b265a1e718df54ea4ce06878f67e9815d589" |