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,