Open nalzok opened 5 years ago
I'm using the lastest everything (toolchain/SDK/demo), and am getting an error when trying to run the tcp_server example.
tcp_server
E (47408858) FreeRTOS: (/Users/nalzok/Developer/kendryte-freertos-sdk/lib/drivers/src/network/dm9051.cpp:255) value == 0x90510a46
I guess it has something to do with this assert.
https://github.com/kendryte/kendryte-freertos-sdk/blob/f4d3bd987f4350ba811ba002513437f6d9cbcc9f/lib/drivers/src/network/dm9051.cpp#L237-L256
By the way, I'm completely lost on what that example is doing. That a few lines doesn't count as documentation IMO. Please explain it in detail. Thanks.
I'm using the lastest everything (toolchain/SDK/demo), and am getting an error when trying to run the
tcp_server
example.I guess it has something to do with this assert.
https://github.com/kendryte/kendryte-freertos-sdk/blob/f4d3bd987f4350ba811ba002513437f6d9cbcc9f/lib/drivers/src/network/dm9051.cpp#L237-L256
By the way, I'm completely lost on what that example is doing. That a few lines doesn't count as documentation IMO. Please explain it in detail. Thanks.