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.

MSP430FR2433: msp430fr2433.h中缺少DIVA寄存器的定义?

Part Number: MSP430FR2433

在《MSP430FR4xx and MSP430FR2xx family User's Guide》(Literature Number: SLAU445I )中,ACLK有一个分频系数DIVA:

但是在代码的头文件里,却没有对DIVA的定义:

/********************************************************************
*
* Standard register and bit definitions for the Texas Instruments
* MSP430 microcontroller.
*
* This file supports assembler and C development for
* MSP430FR2433 devices.
*
* Texas Instruments, Version 1.0
*
* Rev. 1.0, Setup
*
********************************************************************/

1. 那么MSP430FR2433到底有没有DIVA寄存器呢?

2. 是手册错误嘛?或者说我的头文件不是最新的?