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.

有关EALLOW和EDIS的问题

刚才调试程序发现GPIO的翻转语句不加EALLOW和EDIS也可以正常过运行,这是什么情况啊?

程序是这样写的:

while(1)
	{
		delay();
		GpioDataRegs.GPATOGGLE.bit.GPIOA0 = 1;
	}