Hi,
I have written the c code for the evaluation module of msp430f6736 processor in IAR workbench tool. It includes LCDCTL and LCDMEM registers and so I included an header fole #include<io310.h>.
But when I compiled it shows an error as the source file io310.h can not be found. Then I commented the header file and again compiled. At that time it shows the error as LCDCTL and LCDMEM are not defined.
In my included library also i0310.h file not found. What can I do for the program to work correctly.