nxp提供的例子程序有如下语句:<br /> IO2_INT_EN_F = 0x200; /* Port2.10 is falling edge. */<br />但lpc2364的Datasheet对此寄存器的解释如下:<br /> Bit 0 in IOxIntEnF corresponds to pin Px.0, 0and bit 31 in IOxIntEnF corresponds to pin Px.31.<br /><br />这两个明显不同,Port2.10应该对应0x400才对呀,为什么nxp的例子是0x200? |
|