Dear Friends,
I am trying to create a simple TCP server using STM32F107RCt6
microcontroller and DP83848C PHY. I use CMSIS RTXv4 and Keil uVision5
pro and Keil Network component version 7.7.0.
In RTX_Conf_CM.c configuration wizard, I've done the following
configuration:
Default Thread Stack size: 512
Main Thread Stack size: 800
Number of Threads with user-provided stack size: 2(netETH_Thread and
netCore_Thread)
Total stack size for user-provided stack size: 1536(512+1024)
and user ti
↧