#define RAM_CONFIG_BASE 0x400FB200
#define RAM_O_MSXRTESTINIT1 0x00000050
运行HWREG(RAM_CONFIG_BASE + RAM_O_MSXRTESTINIT1) |= 0x1之后,为什么地址0x400fb250的值依旧是0,然而地址0x400fb278值变为1?
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.
#define RAM_CONFIG_BASE 0x400FB200
#define RAM_O_MSXRTESTINIT1 0x00000050
运行HWREG(RAM_CONFIG_BASE + RAM_O_MSXRTESTINIT1) |= 0x1之后,为什么地址0x400fb250的值依旧是0,然而地址0x400fb278值变为1?