Other Parts Discussed in Thread: LAUNCHXL2-RM57L, HALCOGEN
Tool/software: Code Composer Studio
I am trying to Run Ethernet web-server Demo Application on LAUNCHXL2-RM57L using GCC compiler, I have ran the web-server Demo Application on LAUNCHXL2-RM57L using TI compiler (default with project) but as for my project requirement I wanted it to build and run with GCC compiler, I have generated HAL layer for GCC using HALCogen tool and I have successfully compiled the project but while running on the platform it's not getting the IP address after some time it just gives the hardware initialization error on console, Even delays has been increased to maximum value in lwIPInit function but that's also not working with it. As I have started to debug the issue it's able to hit the break point inside EMACCore0TxIsr ISR but it's not hitting the break point inside EMACCore0RxIsr ISR.Kindly suggest what might be the issue to run with GCC and suggest the changes needed.