Sung-hyun Bang

Results 1 comments of Sung-hyun Bang

I actually stuck in infinite loop in W5300 with 28335, and solved it by modifying the following: https://github.com/Wiznet/ioLibrary_Driver/blob/master/Ethernet/W5300/w5300.h#L1925 ```C #define getSn_CR(sn) \ ((uint8_t)WIZCHIP_READ(Sn_CR(sn)) & 0xFF) ``` I think it occurred...