Hello Markus, Different compilers result in varying interpretations of the C code. Some TI-provided DMA USCI code alleviates these issues by using the following format that has been tested on both IAR and CCS: __data16_write_addr((unsigned short) &DMA0SA,(unsigned long) &UCA0TXBUF); This function compensates for the difference between IDEs. Regards, Ryan
↧