在《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. 是手册错误嘛?或者说我的头文件不是最新的?