Tool/software:
Hallo,
I am new to Ethernet. I took the example net_lwip and modified it to work with my custom board. The example works. The browser shows the website, clicking on the button toggles the LED and ping works also fine.
In the next step, I want to include the code into my own project, but this doesn't work. No matter what I do, it runs into the FaultISR (startup_ccs.c). In the end, I even deleted every file in my project and copied every file from the (modified and working) example into my project. The include paths should be the same. But that does not change the behavior.
If I am right, the FaultISR is called if the custom ISR is not set (isr adress saved in the interrupt register), but the interrupt is activated and triggered. But since the code is exactly the same, I don't understand the difference. And I don't know, chip ISR is not set.
This raises two questions:
- What can be the decisive difference between these projects, expect the code.
- How can I found out which interrupt is calling the FaultISR?