Other Parts Discussed in Thread: MSP430FR6007
主题中讨论的其他器件:MSP430FR6007
SLAU367P 的第596页 显示了 SDHSIIDX 寄存器的字段说明。 对于 IIDX 字段、选项不应是0h、2h、4h、6h、8h、 Ah、Ch、EH 和10h、而不是0h、1h、2h、3h、4h、 5h、6h、7h 和8h?
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.
Other Parts Discussed in Thread: MSP430FR6007
SLAU367P 的第596页 显示了 SDHSIIDX 寄存器的字段说明。 对于 IIDX 字段、选项不应是0h、2h、4h、6h、8h、 Ah、Ch、EH 和10h、而不是0h、1h、2h、3h、4h、 5h、6h、7h 和8h?
我已检查 msp430fr6007.h 文件。 slau367寄存器说明似乎正确。 请检查。
/* SDHSIIDX 控制位*/
#define IIDX_5 (0x000a)/*中断源:RIS.WINHI *
#define IIDX_5_L (0x000A)
#define IIDX_6 (0x000c)/*中断源:RIS.WINLO *
#define IIDX_6_L (0x000c)
#define IIDX_7 (0x000e)/*保留;中断*/
#define IIDX_7_L (0x000e)
#define IIDX_8 (0x0010)/*保留;中断优先级:最低*/
#define IIDX_8_L (0x0010)