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.

CCS/MSP430F6438: Driverlib useage

Part Number: MSP430F6438

Tool/software: Code Composer Studio

Hello,

I am trying to write code for msp430f6438 in ccs7.1 by driverlib.

I got a problem here.

For example, I want stop WDT by call the function " void WDT_A_hold(uint16_t baseAddress)" of driverlib. The Parameters
baseAddress is the base address of the WDT A module (MSP430F5xx_6xx_DriverLib_Users_Guide.pdf   page 492)

In "MSP430F6438.H", There is a define which is " #define __MSP430_BASEADDRESS_WDT_A__ 0x0150"

In "MSP430F6438 datasheet  page 32", there is "Table 24. Watchdog Registers (Base Address: 015Ch)"

I am confuse. Is there some one can tell me which one is correct and can put in the "void WDT_A_hold(uint16_t baseAddress)"

Thanks,

Dison

**Attention** This is a public forum