This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

f28335赋值问题

对相应的变量赋值,出现不了结果,调试时

与w5300进行通讯

void Init_Socket()
{
  //uchar flag;
	//uint ipaddr=9;
	///////////////////////////////////////////////
	//socket0.1.2.3.4.5作为服务器被动连接
	//////////////////////////////////////////////
    INIT_SOCKET0 =1;//初始化socket0标志位
    INIT_SOCKET1 =1;
    INIT_SOCKET2 =1;
    INIT_SOCKET3 =1;
    INIT_SOCKET4 =1;
    INIT_SOCKET5 =1;

	if(ACT_LED==0)
	{

	if(INIT_SOCKET0)//初始化SOCKET0
	{

初始化socket