This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
(1)您好 我在NDK目录下,我改写了helloworld,可以发送UDP包,但是当我在发送函数之前加一个一个大数据处理的函数,仿真显示数据处理正确,但是发送UDP函数报错, E_stackOverflow:ISR stack overflow. 我将stack设置为20000一样报错?请问怎么修改?谢谢您。
(2)我用wireshark抓包和网口调试,测试UDP发送,wireshark每个包都可以抓到,但是网口调试程序收到部分包?这个怎么回事?
(3)我通过修改NDK中helloworld的例程,可以实发送一包为1024字节的包,PC端wireshark也能抓到包,但是始终收到的的是相同的数据。比如我发送1 到2048,每一包都是发送1-1024,怎么能让它第一包发1-1024,第二包1025-2048......