int main(void)
{
/*!< At this stage the microcontroller clock setting is already configured to
120 MHz, this is done through SystemInit() function which is called from
startup file (startup_STM32f2xx.s) before to branch to application main.
To reconfigure the default setting of SystemInit() function, refer to
system_stm32f2xx.c file
*/
System_Setup();
/* Initilaize the LwIP stack */
//// LwIP_Init();
/*start the comm serial task*/
vAltStartComTestTasks( COM_TEST_PRIO, 115200 );
/* Initialize tcp echo server */
// tcpecho_init();
一周热门 更多>