Hello guys
I am attempting to set up a tcp server using the stm32f4 discovery and the discover wifi extension board. I am using a virtual com port to monitor my parameters, so instead of using the printf statement, I write to the VCP. The following are the problems that I have run into:
- When I am executing the code, calling any function in the sn8200_api.c seems to make my program go into some infinite loop.
- I made a change in the actual function I am calling to check if it is executing, it doesn't seem like it is.
I hope I have managed to make my question clear.