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.

[参考译文] MSP430FR5994:入门所需的文档

Guru**** 2387060 points
Other Parts Discussed in Thread: MSP430FR5994
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1088754/msp430fr5994-necessary-documentation-to-get-started

部件号:MSP430FR5994

嗨,我对嵌入式编程比较新,我通常做托管的事情。 大部分情况下,我理解嵌入式系统背后的理论。

我一直在与MSP430FR5994开发委员会合作开展一个学术项目。 首先,我一直在使用 MSP430FR5994 LaunchPad开发套件用户指南MSP-EXP430FR5994快速入门指南 MSP430FR599x,MSP430FR596x混合信号微控制器数据表MSP430Ware示例软件

但是,当引用一些代码进行简单操作(设置计时器中断)时,我找不到任何与此相关的文档。

TA0CCTL0 = CCIE;                   // CCR0 interrupt enabled
TA0CTL = TASSEL_1 + MC_1 + ID_3;   // ACLK=32.768kHz/8, upmode

我能够找到TA0CCTL0和MC_1及ID_3的含义,但无法找到任何其它中断位置,也无法确定CCIE和tassel_1的用途。

多亏了Google博士,这些事情应该不难解决,但我只是想知道我缺少什么数据表? 此信息必须从TI文档中的某个位置开始,但我无法找到它们。 我是否错过了一些关键内容?