Associate II
December 16, 2022
Question
Nucleo F746 - LwIP / TCP Server
- December 16, 2022
- 1 reply
- 1965 views
I have managed to get LwIP working and my Nucleo can be pinged and discovered via IP scanner tool. I want to get TCP/IP server working and I saw there are some files called TCP inside LwIP Library I just can get my head around it. But I have used TCPServerRAW that I got from a tutorial. Everything is fine until server need to transmit back, well until program wants to write into (probably unwritable) memory location. I just can't figure out where I can change those parameters so that TX pbuff dosen't end up in HardFault. I tried to setup MPU but I can't find locations soooo...
I am using latest CubeIDE update (1.11.0).
Below are the files I am using.