Solved
Ethernet Hard Fault When MACAddr get Value
hi
i Use stm32f107RC and lan8720.
when MX_ETH_Init(); function run i got Hard Fault in This line:
How can I solve this problem?
hi
i Use stm32f107RC and lan8720.
when MX_ETH_Init(); function run i got Hard Fault in This line:
How can I solve this problem?
Hello
heth.Init.MACAddr is not defined as array but just as pointer
In same function, define
uint8_t mcdr[]={0x00,0x80,0xE1,0x00,0x52,0x00};//def and initialize
heth.Init.MACAddr = &mcdr[0];
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.