update:
V1.007.SJ 1.修复下行网口的MAC获取 2.增加232回显
This commit is contained in:
@@ -502,8 +502,8 @@ static void W5500_Init(void)
|
||||
//使用单片机UID
|
||||
|
||||
uid[0] = *(u32*)(STM32F1_UID_BASE);
|
||||
uid[1] = *(u32*)(STM32F1_UID_BASE + 4 +1);
|
||||
uid[2] = *(u32*)(STM32F1_UID_BASE + 8 +1);
|
||||
uid[1] = (*(u32*)(STM32F1_UID_BASE + 4) +1);
|
||||
uid[2] = (*(u32*)(STM32F1_UID_BASE + 8) +1);
|
||||
|
||||
|
||||
pW5500_1->Phy_Addr[0] = uid[1] >> 8;
|
||||
|
||||
Reference in New Issue
Block a user