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.

关于kick0与kick1



#define KICK0 0x02620038
#define KICK1 0x0262003C

volatile UInt32 *kick0 = (volatile UInt32 *)KICK0;

volatile UInt32 *kick1 = (volatile UInt32 *)KICK1;

kick0[0] = 0x83e70b13; /* must be written with this value */

kick1[0] = 0x95a4f1e0; /* must be written with this value */

大神们帮我解释下这个吧。这段地址在Chip-Level Registers里,在网上没能找到这个寄存器的说明书。有的话大神们来给个链接啊~