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 gives warning with Large-Data Memory Model

Other Parts Discussed in Thread: MSP430F5529

Hi,

We are using MSP430F5529 with Large memory model in CCS,
With  "Large-Data Memory Model" + rts430xl.lib settings,
whenever I try to compile msp430x54x_dma_02.c sample code,I get warnings with the below line.
"__data16_write_addr((unsigned short) &DMA0DA,(unsigned long) &UCA0TXBUF)"
 
Warnings like "conversion from pointer to smaller integer"
"integer conversion resulted in truncation"

Please let me know what could be the problem.

Regards,