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.

请教什么是 “ MCU configuration space ” ?

Other Parts Discussed in Thread: CC3200

在CC3200 TRM 文件中提到:
     0x4402.6000 0x4402.6FFF MCU configuration space
在头文件中有如下定义:
    #define APPS_CONFIG_BASE 0x44026000
在 Demo中有如下语句:
    HWREG(APPS_CONFIG_BASE + APPS_CONFIG_O_DMA_DONE_INT_MASK_SET) = ulDmaMsk;

但是没有找到对此的表述,感觉这是一个对DMA中断控制的寄存器。APPS_CONFIG寄存器如何定义?