Tool/software: Code Composer Studio
Hello. I started using TI's microcomputer last week. This is my first time to use the TI microcomputer. We are developing the device driver downloaded from www.ti.com/.../MSPDRIVERLIB. TIMER_B_COUNTER_16 BIT is present in driverlib / MSP430FR2xx_4xx / timer_b.h and its value is CNTL_3. When I looked up CNTL_3 in ccsv8 / ccs_base / msp430 / include / msp430fr2311.h, / * 8-bit, TBxR (max) = 0FFh * / was described in the comment of CNTL_3. Is it a bug that the value of TIMER_B_COUNTER_16 BIT is CNTL_3?