hi all, i am facing problem to access external memory of a controller. i am using cygnal chip and i want to access the memory of other controller using EMIF ... my problem is that i am not getting the c code of EMIF as i am writing my software in c language. in assembly MOVX is the command but what is equivalent in C???? pls help
Hi anil, You have to declare your variable with xdata. So it is stored in the extern memory and the compiler will create the movx in the assembler. Carsten