2020-01-17 11:53 AM
Hi everyone,
I'm using LwIP with STM32F7 Discovery board. To catch plug ethnernet cable, tried to enable link callback. However, I alway get an following error is hardfault. Why do I get this error? I tried stack size but didn't work. Can it be bug about the stack?
2020-01-25 11:31 AM
2020-05-02 06:06 PM
To avoid this error, should I generate manually freertos project without CubeMX? Does it work?
As I have seen, there are many bugs. If I download freertos and lwip from the official site and manually create a project to avoid these, will I still encounter the same bugs?