Hello,
I am using a F28377D design to access an asynchronous external device. I face a problem with the configuration of EMIF using ASIZE parameter.
the data sheet of the device specifies that it can be accessesd either as a 8bits interface or 16 bits interface (using Data bits from 0 to 16). when using EMIF with ASIZE= 0 (8bits inteface). i can see 2 accesses on the bus and correct data is read or written.
if I change ASIZE to 01b upper half word becomes FF at any time even if the corresponding data bit on the bus is set to 0 by the device (i checked data with a scope)and the is only 1 access on the bus.
can someone tell me what could happen?
regards,