Hi,
I am developing a solution with LPC54018 microcontroller and ethernet.
At first I have been trying to develop a custom board with LPC54018J2MET180, but the prototype is giving me problems when trying to flash the program to the internal QSPI flash.
As the problems seem to be related to the LPC chip, I suspect that the state of the art of my board assembler technilogy is not ready for BGA packages. Thus I have been checking for a replacement part for this project with more "conventional" chip package.
I have comed out with LPC54606J512BD100E that seems to fulfill my needs.
As this chip has a reduced set of pins, I am forced to move ethernet pins from the standard development board asignment to a custom one.
I know that for the init of the board I have to modify the pin_mux.c file to reflect the asignment, but I cannot figure out how is this binded to the network interface init. I suppose that somehow this must be related to some code in lwip middleware, but I have searched high and low without any success.
Anywone does know how to reflect the custom pin asignment?