in our EBI application, we only used these low address pins (A27-A31), so we have designed the other unused addr pins as GPIO function.
so, in our software, we configured the EBI addr pins A27-A31 as EBI function, while A8-A26 as GPIO function.
the problem is that it would lead to a address-access-error-liking exception when CPU want to operate a EBI reading/writing. to fix this problem, i tried to configure all EBI addr pins as EBI function, and the issue got solved, meanwhile, the GPIO function can not work.
in our EBI usage, we only used a small number of addr pins, if the other ADDR pins can not be used as other functions, the pin resourse would get very strained.
can anybody help me with this problem?
thanks a lot.