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.

MSP430F55xx_dma_04 TimerB引脚设置问题

还是关于这段示例程序的一个问题。

P5SEL |= BIT7;      // P5.7/TB1 option select
P5DIR |= BIT7;       // Output direction

程序开始设定引脚的时候有这两段代码,这个引脚设置成Output是为了用来触发ADC12转换用的吗?(因为ADC12SHS_3)

另外我用的是MSP-EXP430F5529,当执行到这里的时候

P5SEL |= BIT7;      // P5.7/TB1 option select
P5DIR |= BIT7;       // Output direction

LCD屏就没有办法亮了,之后任何关于LCD屏显示的代码都无法实现,这是为什么?

Thanks