Hi,
I began testing the EMIF module and what I'm getting is that I start a group of N writes and the function EMIF_WRITE function returns before the N writes have been done by the EMIF module. So the code returns to main while the EMIF controller is performing the N writes (and it does all the N writes). Is this right? If it's right, how do I know that the N writes or reads have been done? Is there an interrupt or something like that?
Thanks