Hi,
I am getting "invalid type conversion " error on compiling the code in both cases. we have used up the 64k code space and the code has exceede beyond , so we are facing this problem.
DMA0DA = (__SFR_FARPTR)&buff1; //Assigning destination address
DMA0SA = (void (*)())&U1RXBUF;
1. processor used msp430fg4619
2. worbench CCE v3.2
configured the data model as large and made the necessary changes i.e., included the header files, selected msp430x etc.
kindly give a step wise procedure while migrating from the small model to large model.
Regards,
Chinmay