This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

6678的Chip-Level Registers



Uint32 * DieID= (Uint32 *)&gpBootCfgRegs->DIE_ID_REG0;
Uint32 uiJTAG_ID = gpBootCfgRegs->DEVICE_ID_REG0;
Uint32 uiDevStat = gpBootCfgRegs->BOOT_REG0;

请问gpBootCfgRegs(0x02620000)寄存器在哪个文档里面有介绍?