-
Notifications
You must be signed in to change notification settings - Fork 380
Open
Description
The ctlwizchip() function does not support the CW_GET_VER command for the W5500 chip. This is because the implementation of CW_GET_VER is conditionally compiled only for W6100 and W6300:
As a result, attempting to use CW_GET_VER with W5500 leads to an invalid command response. It would be helpful to either document this limitation clearly or extend support for W5500 as this chip support also the version command which should return 0x04
ioLibrary_Driver/Ethernet/wizchip_conf.c
Lines 524 to 528 in 772509b
| // 20231017 taylor//teddy 240122 | |
| #if _WIZCHIP_ == W6100 || _WIZCHIP_ == W6300 | |
| case CW_GET_VER: | |
| *(uint16_t*)arg = getVER(); | |
| break; |
any help will be appreciated!
Metadata
Metadata
Assignees
Labels
No labels