I want to erase, read and write in external Nor flash of STM32F429NI When only my NOR Pins are selected in the '.ioc' file I am able to perform the above functions, but when I integrate the code with my project which contains the ETH it fails.
I am selecting the pins PD4, PD5, PD6, and PD7 in the '.ioc' file.
The .ioc when only my nor pins are selected.
The pins only when ethernet is being enabled.
When I enable both the ethernet and the external nor flash.
I see the overlapping of pins when I enable both ethernet and the external nor flash.
Will this would be a problem for failing my functions. If so what should I do to get it done?
Thanks.
Could you please help me with this.!